X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Data%2FTest%2FProviderTests%2Fsql%2FChangeLog;h=b87e10a4f990a6819424614b2ff505c07c0c2d67;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=f560dfcf536d279732d9f56e8af91af871c85d96;hpb=21d1fdc48703514b1164ea2a76fc3bbf3d40871f;p=mono.git diff --git a/mcs/class/System.Data/Test/ProviderTests/sql/ChangeLog b/mcs/class/System.Data/Test/ProviderTests/sql/ChangeLog index f560dfcf536..b87e10a4f99 100644 --- a/mcs/class/System.Data/Test/ProviderTests/sql/ChangeLog +++ b/mcs/class/System.Data/Test/ProviderTests/sql/ChangeLog @@ -1,3 +1,62 @@ +2009-08-11 Gert Driesen + + * 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 + + * 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 + + * MySQL_5.sql: Fixed EOL and extra spaces. + +2007-05-30 Nagappan A + + * sqlserver.sql: Fixed sqlserver sql statements and its respective + values. + +2007-02-02 Amit Biswas + + * 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 + + * mysql.sql: Added data for testing bug #75032 + +2005-10-08 Sureshkumar T + + * mysql.sql: impact from sqlserver.sql. + +2005-09-24 Sureshkumar T + + * sybase.sql: grant permissions on objects + + * sqlserver.sql: change id as int. tiny int won't allow 6000 (the + tempory updatable limit). + +2005-09-16 Senganal T + + * sqlserver.sql: modified. added string_family, datetime_family, + modified numeric_family values. + created new database mono-test for checking -. + +2005-09-13 Sureshkumar T + + * sybase.sql: added. script file to create test database on + sybase. + 2005-09-01 Sureshkumar T * SCHEMA: schema specification.