ChangeLog 3.3 KB

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