ChangeLog 1.1 KB

12345678910111213141516171819202122232425
  1. 2004-07-29 Umadevi S <[email protected]>
  2. * OdbcCommandTest.cs - Added testcase for bug 62046. ExecuteNonQuery
  3. 2004-07-28 Umadevi S <[email protected]>
  4. * OdbcCommandTest.cs - Added testcase for bug 61968. String values passed with quotes
  5. 2004-07-01 Sureshkumar T <[email protected]>
  6. * Added test case for OdbcCommand.ExecuteScalar Method
  7. * New files:
  8. OdbcCommandTest.cs - test suite for OdbcCommand class.
  9. 2004-06-23 Sureshkumar T <[email protected]>
  10. * Added test to check whether the OdbcConnection.Close method closes
  11. all the handles.
  12. * New files:
  13. OdbcConnectionTest.cs - test suite for OdbcConnection class.
  14. 2004-06-16 Sureshkumar T <[email protected]>
  15. * Added Odbc tests using MySql test database
  16. * New files:
  17. ChangeLog
  18. OdbcDataReaderTest.cs - test suite for OdbcDataReader class.
  19. OdbcDataAdapterTest.cs - test suite for OdbcDataAdapter class.