ChangeLog 3.1 KB

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