| 12345678910111213141516171819202122232425 |
- 2004-07-29 Umadevi S <[email protected]>
- * OdbcCommandTest.cs - Added testcase for bug 62046. ExecuteNonQuery
-
- 2004-07-28 Umadevi S <[email protected]>
- * OdbcCommandTest.cs - Added testcase for bug 61968. String values passed with quotes
-
- 2004-07-01 Sureshkumar T <[email protected]>
- * Added test case for OdbcCommand.ExecuteScalar Method
- * New files:
- OdbcCommandTest.cs - test suite for OdbcCommand class.
- 2004-06-23 Sureshkumar T <[email protected]>
- * Added test to check whether the OdbcConnection.Close method closes
- all the handles.
- * New files:
- OdbcConnectionTest.cs - test suite for OdbcConnection class.
- 2004-06-16 Sureshkumar T <[email protected]>
- * Added Odbc tests using MySql test database
- * New files:
- ChangeLog
- OdbcDataReaderTest.cs - test suite for OdbcDataReader class.
- OdbcDataAdapterTest.cs - test suite for OdbcDataAdapter class.
|