ChangeLog 2.5 KB

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