ChangeLog 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. 2006-03-08 Senganal T <[email protected]>
  2. * SqlCommandBuilderTest.cs :
  3. - Added testcase to verify UpdateCommand created with AutoIncrement
  4. columns.
  5. 2006-02-13 Senganal T <[email protected]>
  6. * SqlAdapterTest.cs : Added testcases for verifying FillError Behavior
  7. 2006-02-13 Senganal T <[email protected]>
  8. * SqlAdapterTest.cs : Added testcases for #77480
  9. 2006-02-10 Senganal T <[email protected]>
  10. * SqlDataReaderTest.cs : Added more tests to verify Sequential
  11. reading of row data.
  12. 2006-02-05 Senganal T <[email protected]>
  13. * SqlParameterTest.cs : New : Testcase for bug #77410
  14. 2006-01-17 Senganal T <[email protected]>
  15. * SqlCommandBuilderTest.cs : corrected a failing testcase
  16. 2006-01-17 Senganal T <[email protected]>
  17. * SqlCommandBuilderTest.cs : Added testcase for bug #77225
  18. 2005-12-03 Senganal T <[email protected]>
  19. * SqlCommandTest.cs : Added testcase for bug #76880
  20. 2005-11-23 Senganal T <[email protected]>
  21. * SqlCommandTest.cs : Added testcases for bug #76778
  22. 2005-10-27 Senganal T <[email protected]>
  23. * SqlCommandTest.cs : Added Testcase for bug #75698
  24. 2005-10-17 Senganal T <[email protected]>
  25. * SqlDataAdapterTest.cs : Added Testcase for bug #76433.
  26. 2005-09-24 Sureshkumar T <[email protected]>
  27. * SqlDataAdapterTest.cs (Fill_Test_Exceptions): passing null
  28. dataset name throws ArgumentNullException in ms.net
  29. * SqlConnectionTest.cs: HostName compare: convert to uppercase.
  30. * SqlDataReaderTest.cs: remove Opening connection in few test
  31. cases as it was done in SetUp.
  32. - id type change changes
  33. 2005-09-21 Senganal T <[email protected]>
  34. * SqlConnectionTest.cs: removed some hardcoded database names
  35. in DatabasePropertyTest ().
  36. 2005-09-16 Senganal T <[email protected]>
  37. * SqlCommandTest.cs: added more testcases for connected mode
  38. * SqlConnectionTest.cs: added more testcases for connected mode
  39. * SqlDataAdapterTest.cs: added more testcases for connected mode
  40. * SqlDataReaderTest.cs: added more testcases for connected mode
  41. 2005-09-01 Sureshkumar T <[email protected]>
  42. * SqlCommandBuilderTest.cs: added tests for SqlCommandBuilder
  43. * SqlCommandTest.cs: pulled from Test/System.Data.SqlClient
  44. * SqlConnectionStringBuilderTest.cs: pulled from Test/System.Data.SqlClient
  45. * SqlConnectionTest.cs: pulled from Test/System.Data.SqlClient
  46. * SqlDataAdapterTest.cs: pulled from Test/System.Data.SqlClient
  47. * SqlDataReaderTest.cs: pulled from Test/System.Data.SqlClient
  48. * SqlTransactionTest.cs: pulled from Test/System.Data.SqlClient
  49. Added attribute Category ("sqlserver") to all these test fixtures.