ChangeLog 4.1 KB

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