ChangeLog 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. 2005-01-14 Atsushi Enomoto <[email protected]>
  2. * SqlClientPermissionTest.cs, SqlClientPermissionAttributeTest.cs:
  3. Fixed some incompatible type of exception between 2.0 and 1.1.
  4. 2004-11-01 Gert Driesen <[email protected]>
  5. * SqlCommandTest.cs: Added testcase for bug #66630.
  6. 2004-10-30 Umadevi S <[email protected]>
  7. * SqlDataAdapterTest.cs - Added testcase for nullguid
  8. 2004-10-15 Umadevi S <[email protected]>
  9. * SqlDataReaderTest.cs: Added testcase for reading emptyntextfield
  10. 2004-10-14 Umadevi S <[email protected]>
  11. * SqlCommandTest.cs - added Test for clone method
  12. 2004-09-24 Umadevi S <[email protected]>
  13. * SqlTransactionTest.cs -new file .unit testing for SqlTransaction
  14. 2004-09-15 Sebastien Pouliot <[email protected]>
  15. * SqlClientPermissionTest.cs: New. Unit tests for SqlClientPermission.
  16. 2004-09-13 Sebastien Pouliot <[email protected]>
  17. * SqlClientPermissionAttributeTest.cs: New. Unit tests for SqlClient
  18. PermissionAttribute.
  19. 2004-09-02 Umadevi S <[email protected]>
  20. * SqlCommandTest.cs - added file. Testing ExecuteNonQuery
  21. 2004-09-02 Umadevi S <[email protected]>
  22. * SqlDataReaderTest.cs - added file
  23. 2004-08-20 Umadevi S <[email protected]>
  24. * Added testcase in SqlDataAdapter.cs for Fillschema
  25. 2004-08-19 Gert Driesen <[email protected]>
  26. * SqlConnectionTest.cs: Added testcases for bug #63165.
  27. 2004-08-19 Umadevi S <[email protected]>
  28. * Added file SqlDataAdapterTest.cs - to test update method on a
  29. datatable