ChangeLog 2.6 KB

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