* SqlCommandBuilderTest.cs: Improved tests to also check
[mono.git] / mcs / class / System.Data / Test / ProviderTests / System.Data.SqlClient / ChangeLog
index 18094eda27f0411acf66c27a86cb618bac6dc88c..507346e9c3392d536cb179ca02b8819cddb0adb0 100644 (file)
@@ -1,3 +1,76 @@
+2009-01-04  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandBuilderTest.cs: Improved tests to also check
+       behavior of RefreshSchema.
+       * SqlDataReaderTest.cs: Added tests for GetBytes.
+
+2009-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandBuilderTest.cs: Improve Get*Command tests.
+       * SqlCommandTest.cs: Fixed warning.
+       * SqlConnectionTest.cs: Removed unused property.
+       * SqlDataReaderTest.cs: Enabled GetChars test on 1.0
+       profile. Added GetValues test. Added and improved
+       GetSqlValue tests. Improved HasRows and NextResult
+       tests. Added GetFieldType tests. Added big batch of
+       schema-related tests.
+       * SqlParameterTest.cs: Moved disconnected tests to
+       System.Data test suite. Improved test for bug
+       #382635. Added test for failed conversion to SQL type.
+
+2008-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandBuilderTest.cs: Improve Get*Command tests.
+       * SqlCommandTest.cs: Added test for bug #341743. Added test
+       for connection state after executing invalid SQL. Improved
+       stored procedure test to check behavior with and without
+       leading '@' for parameter names. Minor formatting changes.
+       * SqlConnectionTest.cs: Split up connection string errors
+       test.
+       * SqlDataReaderTest.cs: Improved GetInt64Test. Improved and
+       added GetBytes tests. Added GetSqlValues and HasRows tests.
+       Added GetSchemaTable test. Improved GetProviderSpecificFieldType
+       tests.
+       * SqlParameterTest.cs: Improved ParameterType test. Added
+       type inferrence tests.
+       * SqlTransactionTest.cs: Allow not working tests to run on MS.
+
+2008-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlConnectionTest.cs: Improve Database test.
+
+2008-11-11  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandTest.cs: Added (SMALL)MONEY rounding tests.
+
+2008-11-11  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandTest.cs: Added tests for bug #428139. Added test for
+       SMALLMONEY overflows. Added workaround for Assert.AreEqual bug in
+       NUnit v2.2.0. 
+
+2008-11-09  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlConnectionTest.cs: Added tests for ClearPool and ClearAllPools.
+
+2008-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlConnectionTest.cs: Added test for bug #383061.
+
+2008-09-17  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * SqlCommandBuilderTest.cs: Added test for DeriverParameters.
+       
+2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandTest.cs: Enabled test for bug #412569.
+
+2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandTest.cs: Enabled and improved tests for pending transaction
+       and transaction that is not associated with connection. Added tests for
+       Prepare.
+
 2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * SqlCommandTest.cs: Enabled and improved tests for Execute* with