ChangeLog 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. 2005-06-23 Sureshkumar T <[email protected]>
  2. * SqlConnectionStringBuilderTest.cs: Added few more tests.
  3. 2005-06-21 Sureshkumar T <[email protected]>
  4. * SqlConnectionStringBuilderTest.cs: Added some preliminary tests.
  5. 2005-05-20 Kornél Pál <http://www.kornelpal.hu/>
  6. * SqlDataReaderTest.cs: Corrected and extended bigint test
  7. 2005-01-14 Atsushi Enomoto <[email protected]>
  8. * SqlClientPermissionTest.cs, SqlClientPermissionAttributeTest.cs:
  9. Fixed some incompatible type of exception between 2.0 and 1.1.
  10. 2004-11-01 Gert Driesen <[email protected]>
  11. * SqlCommandTest.cs: Added testcase for bug #66630.
  12. 2004-10-30 Umadevi S <[email protected]>
  13. * SqlDataAdapterTest.cs - Added testcase for nullguid
  14. 2004-10-15 Umadevi S <[email protected]>
  15. * SqlDataReaderTest.cs: Added testcase for reading emptyntextfield
  16. 2004-10-14 Umadevi S <[email protected]>
  17. * SqlCommandTest.cs - added Test for clone method
  18. 2004-09-24 Umadevi S <[email protected]>
  19. * SqlTransactionTest.cs -new file .unit testing for SqlTransaction
  20. 2004-09-15 Sebastien Pouliot <[email protected]>
  21. * SqlClientPermissionTest.cs: New. Unit tests for SqlClientPermission.
  22. 2004-09-13 Sebastien Pouliot <[email protected]>
  23. * SqlClientPermissionAttributeTest.cs: New. Unit tests for SqlClient
  24. PermissionAttribute.
  25. 2004-09-02 Umadevi S <[email protected]>
  26. * SqlCommandTest.cs - added file. Testing ExecuteNonQuery
  27. 2004-09-02 Umadevi S <[email protected]>
  28. * SqlDataReaderTest.cs - added file
  29. 2004-08-20 Umadevi S <[email protected]>
  30. * Added testcase in SqlDataAdapter.cs for Fillschema
  31. 2004-08-19 Gert Driesen <[email protected]>
  32. * SqlConnectionTest.cs: Added testcases for bug #63165.
  33. 2004-08-19 Umadevi S <[email protected]>
  34. * Added file SqlDataAdapterTest.cs - to test update method on a
  35. datatable