Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data/System.Data.SqlClient/ChangeLog')
-rwxr-xr-xmcs/class/System.Data/System.Data.SqlClient/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System.Data/System.Data.SqlClient/ChangeLog b/mcs/class/System.Data/System.Data.SqlClient/ChangeLog
index b7cd25553a8..059099f5caf 100755
--- a/mcs/class/System.Data/System.Data.SqlClient/ChangeLog
+++ b/mcs/class/System.Data/System.Data.SqlClient/ChangeLog
@@ -1,3 +1,11 @@
+2003-12-04 John Luke <jluke@cfl.rr.com>
+
+ * SqlXmlTextReader.cs: applied patch from Chris Masters <neeeeeep@bigpond.com>
+ fix peek so it checks if it is at the end and also to make sure that if Read()
+ advances the position past the end of the localBuffer array, it makes
+ a call to GetNextBuffer(). fixes bug #40253 System.IndexOutOfRangeException when
+ using SqlCommand.ExecuteXmlReader()
+
2003-11-20 Joerg Rosenkranz <JoergR@voelcker.com>
* SqlConnection (SetDefaultConnectionParameters):