2
0

ChangeLog 2.7 KB

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