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/Test/System.Data.Odbc/ChangeLog')
-rw-r--r--mcs/class/System.Data/Test/System.Data.Odbc/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/mcs/class/System.Data/Test/System.Data.Odbc/ChangeLog b/mcs/class/System.Data/Test/System.Data.Odbc/ChangeLog
index bd7b77d4f19..7ecb34c9d29 100644
--- a/mcs/class/System.Data/Test/System.Data.Odbc/ChangeLog
+++ b/mcs/class/System.Data/Test/System.Data.Odbc/ChangeLog
@@ -1,3 +1,24 @@
+2004-08-31 Umadevi S <sumadevi@novell.com>
+ * OdbcDataReaderTest.cs - Added a test for Numeric Type
+
+2004-08-27 Sureshkumar T <tsureshkumar@novell.com>
+ * OdbcDataReaderTest.cs - Added a test for TinyInt
+
+2004-08-26 Sureshkumar T <tsureshkumar@novell.com>
+ * OdbcDataReaderTest.cs - Added a test for DateTime - GetDateTimeTest
+ * OdbcCommandTest.cs - Syntax Error Fix
+
+2004-07-29 Umadevi S <sumadevi@novell.com>
+ * OdbcCommandTest.cs - Added testcase for bug 62046. ExecuteNonQuery
+
+2004-07-28 Umadevi S <sumadevi@novell.com>
+ * OdbcCommandTest.cs - Added testcase for bug 61968. String values passed with quotes
+
+2004-07-01 Sureshkumar T <tsureshkumar@novell.com>
+ * Added test case for OdbcCommand.ExecuteScalar Method
+ * New files:
+ OdbcCommandTest.cs - test suite for OdbcCommand class.
+
2004-06-23 Sureshkumar T <TSureshkumar@novell.com>
* Added test to check whether the OdbcConnection.Close method closes
all the handles.