ChangeLog 2.9 KB

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