ChangeLog 3.6 KB

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