[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Data / Test / ProviderTests / sql / ChangeLog
index e19260c5b0691aa429deb71701966cf2cf34b0cd..b87e10a4f990a6819424614b2ff505c07c0c2d67 100644 (file)
@@ -1,3 +1,36 @@
+2009-08-11  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * sqlserver7.sql: Added script for SQL Server 7.0, with unicode
+       encoding (as isql7 does not deal well with utf-8).
+
+2008-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * MySQL_5.sql: Added numeric and decimal colums with different
+       precision and scale. Added more rows to binary_family. Added
+       nchar and nvarchar columns to string_family, and added extra
+       data. Added time and date columns to datetime_family.
+       * sqlserver.sql: Added numeric and decimal colums with different
+       precision and scale. Added timestamp column and more rows to
+       binary_family. Added nchar and nvarchar columns to string_family,
+       and added extra data. Added sp_326182 stored procedure.
+       * sybase.sql: Added more rows to binary_family.
+
+2007-06-06  Nagappan A  <anagappan@novell.com>
+
+       * MySQL_5.sql: Fixed EOL and extra spaces.
+
+2007-05-30  Nagappan A  <anagappan@novell.com>
+
+       * sqlserver.sql: Fixed sqlserver sql statements and its respective
+       values.
+
+2007-02-02 Amit Biswas  <amit@amitbiswas.com>
+
+       * MySQL_5.sql: Added this new sql script. This sql script performs
+       the same operations as the existing "mysql.sql" but some sql
+       commands have been changed either to fix bugs or to comply with
+       MySQL Server 5.0.
+
 2005-10-14  Senganal T  <tsenganal@novell.com>
 
        * mysql.sql: Added data for testing bug #75032