2
0

ChangeLog 2.4 KB

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