ChangeLog 1.6 KB

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