ChangeLog 3.4 KB

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