[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Data / Test / System.Data.SqlClient / ChangeLog
index efc168b9a831f975854cc07f3d802809169eddea..f8d0b541980fa64b8a8c6b066ad22295c7107937 100644 (file)
@@ -1,3 +1,29 @@
+2009-07-29  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * SqlParameterTest.cs: Marked SqlChars/SqlBytes tests for SqlValue
+       as NotWorking as these types are considered as SqlString/SqlBinary
+       respectively.
+       
+2009-07-26  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlParameterTest.cs: Added/improved tests for SqlValue, and
+       SqlTypes. Improved tests for char and char [] type inferrence.
+
+2009-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlParameterTest.cs: Added .ctor tests. Improved 
+       ParameterType and ResetDbType tests. Added ParameterName,
+       SourceColumn and Value tests. Partially enable SqlValue
+       test.
+
+2009-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandBuilderTest.cs: Added tests for CatalogLocation,
+       CatalogSeparator, ConflictOption, QuoteIdentifier, QuotePrefix,
+       QuoteSuffix  and SchemaSeparator.
+       * SqlParameterTest.cs: Moved existing tests from ProviderTests
+       to increase their visibility. Added tests for type inference.
+
 2008-11-09  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * SqlConnectionTest.cs: Added test for null check in ClearPool.