ChangeLog 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. 2005-09-01 Sureshkumar T <[email protected]>
  2. * OdbcDataAdapterTest.cs: moved to ProviderTests and integrated
  3. with connected more framework.
  4. * OdbcCommandTest.cs: -- do --.
  5. * OdbcParameterCollectionTest.cs: Removed ParameterLengthTrimTest
  6. to ProviderTests.
  7. 2005-02-15 Sureshkumar T <[email protected]>
  8. * OdbcParameterCollectionTest.cs: fix for namespace collision
  9. MonoTests.System & corlib System.
  10. * OdbcDataReaderTest.cs: --do--
  11. 2005-01-14 Atsushi Enomoto <[email protected]>
  12. * OdbcPermissionTest.cs, OdbcPermissionAttributeTest.cs:
  13. Fixed some incompatible type of exception between 2.0 and 1.1.
  14. 2004-11-26 Sureshkumar T <[email protected]>
  15. * OdbcParameterCollectionTest.cs: New file for testing
  16. OdbcParameterCollection's Add method.
  17. 2004-09-15 Sebastien Pouliot <[email protected]>
  18. * OdbcPermissionTest.cs: New. Unit tests for OdbcPermission.
  19. 2004-09-13 Sebastien Pouliot <[email protected]>
  20. * OdbcPermissionAttributeTest.cs: New. Unit tests for OdbcPermission
  21. Attribute.
  22. 2004-08-31 Umadevi S <[email protected]>
  23. * OdbcDataReaderTest.cs - Added a test for Numeric Type
  24. 2004-08-27 Sureshkumar T <[email protected]>
  25. * OdbcDataReader.cs - Added a test for TinyInt
  26. 2004-08-26 Sureshkumar T <[email protected]>
  27. * OdbcDataReaderTest.cs - Added a test for DateTime - GetDateTimeTest
  28. * OdbcCommandTest.cs - Syntax Error Fix
  29. 2004-07-29 Umadevi S <[email protected]>
  30. * OdbcCommandTest.cs - Added testcase for bug 62046. ExecuteNonQuery
  31. 2004-07-28 Umadevi S <[email protected]>
  32. * OdbcCommandTest.cs - Added testcase for bug 61968. String values passed with quotes
  33. 2004-07-01 Sureshkumar T <[email protected]>
  34. * Added test case for OdbcCommand.ExecuteScalar Method
  35. * New files:
  36. OdbcCommandTest.cs - test suite for OdbcCommand class.
  37. 2004-06-23 Sureshkumar T <[email protected]>
  38. * Added test to check whether the OdbcConnection.Close method closes
  39. all the handles.
  40. * New files:
  41. OdbcConnectionTest.cs - test suite for OdbcConnection class.
  42. 2004-06-16 Sureshkumar T <[email protected]>
  43. * Added Odbc tests using MySql test database
  44. * New files:
  45. ChangeLog
  46. OdbcDataReaderTest.cs - test suite for OdbcDataReader class.
  47. OdbcDataAdapterTest.cs - test suite for OdbcDataAdapter class.