ChangeLog 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. 2007-10-21 Gert Driesen <[email protected]>
  2. * SqlCommandTest.cs: Added tests for ctors and CommantText.
  3. * SqlConnectionTest.cs: Added tests for ctors, ConnectionString and
  4. ServerVersion.
  5. * SqlDataAdapterTest.cs: Added tests for ctors, DeleteCommand,
  6. InsertCommand, SelectCommand, UpdateCommand, UpdateBatchSize and
  7. Dispose.
  8. 2007-10-18 Gert Driesen <[email protected]>
  9. * SqlConnectionTest.cs: Added tests for BeginTransaction and GetSchema
  10. when connection is closed.
  11. 2007-05-29 Gert Driesen <[email protected]>
  12. * SqlCommandTest.cs: Added test for bug #81710.
  13. 2005-09-22 Sebastien Pouliot <[email protected]>
  14. * SqlClientPermissionAttributeTest.cs: Removed *Choice security
  15. actions.
  16. 2005-09-22 Sureshkumar T <[email protected]>
  17. * SqlConnectionTest.cs (OtherConnectionStringKeywords): marked
  18. Persist security info keyword as not implmented.
  19. 2005-09-01 Sureshkumar T <[email protected]>
  20. * SqlDataReaderTest.cs: moved to ProviderTests and integrated with
  21. connected mode tests
  22. * SqlCommandTest.cs: -- do --
  23. * SqlConnectionTest.cs: -- do --
  24. * SqlTransactionTest.cs: -- do --
  25. * SqlDataAdapterTest.cs: -- do --
  26. 2005-06-23 Sureshkumar T <[email protected]>
  27. * SqlConnectionStringBuilderTest.cs: Added few more tests.
  28. 2005-06-21 Sureshkumar T <[email protected]>
  29. * SqlConnectionStringBuilderTest.cs: Added some preliminary tests.
  30. 2005-05-20 Kornél Pál <http://www.kornelpal.hu/>
  31. * SqlDataReaderTest.cs: Corrected and extended bigint test
  32. 2005-01-14 Atsushi Enomoto <[email protected]>
  33. * SqlClientPermissionTest.cs, SqlClientPermissionAttributeTest.cs:
  34. Fixed some incompatible type of exception between 2.0 and 1.1.
  35. 2004-11-01 Gert Driesen <[email protected]>
  36. * SqlCommandTest.cs: Added testcase for bug #66630.
  37. 2004-10-30 Umadevi S <[email protected]>
  38. * SqlDataAdapterTest.cs - Added testcase for nullguid
  39. 2004-10-15 Umadevi S <[email protected]>
  40. * SqlDataReaderTest.cs: Added testcase for reading emptyntextfield
  41. 2004-10-14 Umadevi S <[email protected]>
  42. * SqlCommandTest.cs - added Test for clone method
  43. 2004-09-24 Umadevi S <[email protected]>
  44. * SqlTransactionTest.cs -new file .unit testing for SqlTransaction
  45. 2004-09-15 Sebastien Pouliot <[email protected]>
  46. * SqlClientPermissionTest.cs: New. Unit tests for SqlClientPermission.
  47. 2004-09-13 Sebastien Pouliot <[email protected]>
  48. * SqlClientPermissionAttributeTest.cs: New. Unit tests for SqlClient
  49. PermissionAttribute.
  50. 2004-09-02 Umadevi S <[email protected]>
  51. * SqlCommandTest.cs - added file. Testing ExecuteNonQuery
  52. 2004-09-02 Umadevi S <[email protected]>
  53. * SqlDataReaderTest.cs - added file
  54. 2004-08-20 Umadevi S <[email protected]>
  55. * Added testcase in SqlDataAdapter.cs for Fillschema
  56. 2004-08-19 Gert Driesen <[email protected]>
  57. * SqlConnectionTest.cs: Added testcases for bug #63165.
  58. 2004-08-19 Umadevi S <[email protected]>
  59. * Added file SqlDataAdapterTest.cs - to test update method on a
  60. datatable