(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Data / Test / System.Data.Odbc / ChangeLog
blobe7c1a8833ab1146664acf1cf6c4ab176ea97bb85
1 2004-09-15  Sebastien Pouliot  <sebastien@ximian.com>
3         * OdbcPermissionTest.cs: New. Unit tests for OdbcPermission.
5 2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>
7         * OdbcPermissionAttributeTest.cs: New. Unit tests for OdbcPermission
8         Attribute.
10 2004-08-31 Umadevi S <sumadevi@novell.com>
11         * OdbcDataReaderTest.cs - Added a test for Numeric Type
13 2004-08-27  Sureshkumar T <tsureshkumar@novell.com>
14         * OdbcDataReader.cs - Added a test for TinyInt
16 2004-08-26  Sureshkumar T <tsureshkumar@novell.com>
17         * OdbcDataReaderTest.cs - Added a test for DateTime - GetDateTimeTest
18         * OdbcCommandTest.cs - Syntax Error Fix
20 2004-07-29 Umadevi S <sumadevi@novell.com>
21         * OdbcCommandTest.cs - Added testcase for bug 62046. ExecuteNonQuery
22                                                                                                     
24 2004-07-28 Umadevi S <sumadevi@novell.com>
25         * OdbcCommandTest.cs - Added testcase for bug 61968. String values passed with quotes
26                                                                                                     
28 2004-07-01  Sureshkumar T <tsureshkumar@novell.com>
29         * Added test case for OdbcCommand.ExecuteScalar Method
30         * New files:
31                 OdbcCommandTest.cs      - test suite for OdbcCommand class.
33 2004-06-23  Sureshkumar T <TSureshkumar@novell.com>
34         * Added test to check whether the OdbcConnection.Close method closes
35           all the handles.
36         * New files:
37                 OdbcConnectionTest.cs   - test suite for OdbcConnection class.
39 2004-06-16  Sureshkumar T <TSureshkumar@novell.com>
40         * Added Odbc tests using MySql test database
41         * New files:
42                 ChangeLog
43                 OdbcDataReaderTest.cs   - test suite for OdbcDataReader class.
44                 OdbcDataAdapterTest.cs  - test suite for OdbcDataAdapter class.