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.Odbc/ChangeLog')
-rw-r--r--mcs/class/System.Data/System.Data.Odbc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System.Data/System.Data.Odbc/ChangeLog b/mcs/class/System.Data/System.Data.Odbc/ChangeLog
index 4841bf3aab3..f0a70fd0fc7 100644
--- a/mcs/class/System.Data/System.Data.Odbc/ChangeLog
+++ b/mcs/class/System.Data/System.Data.Odbc/ChangeLog
@@ -1,3 +1,11 @@
+2005-01-18 Sureshkumar T <tsureshkumar@novell.com>
+
+ * OdbcDataReader.cs: GetOrdinal need not check for
+ currentRow. Return -1 if column name is not found.
+
+ fixes bug #71261. Thanks to patch given by "Appasamy T"
+ <appasamy@rediffmail.com>.
+
2005-01-13 Sureshkumar T <tsureshkumar@novell.com>
* OdbcDataReader.cs: Implement NextResultSet for multiple result