ChangeLog 1.5 KB

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