ChangeLog 2.9 KB

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