[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Data / Test / ProviderTests / sql / ChangeLog
1 2009-08-11  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * sqlserver7.sql: Added script for SQL Server 7.0, with unicode
4         encoding (as isql7 does not deal well with utf-8).
5
6 2008-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
7
8         * MySQL_5.sql: Added numeric and decimal colums with different
9         precision and scale. Added more rows to binary_family. Added
10         nchar and nvarchar columns to string_family, and added extra
11         data. Added time and date columns to datetime_family.
12         * sqlserver.sql: Added numeric and decimal colums with different
13         precision and scale. Added timestamp column and more rows to
14         binary_family. Added nchar and nvarchar columns to string_family,
15         and added extra data. Added sp_326182 stored procedure.
16         * sybase.sql: Added more rows to binary_family.
17
18 2007-06-06  Nagappan A  <anagappan@novell.com>
19
20         * MySQL_5.sql: Fixed EOL and extra spaces.
21
22 2007-05-30  Nagappan A  <anagappan@novell.com>
23
24         * sqlserver.sql: Fixed sqlserver sql statements and its respective
25         values.
26
27 2007-02-02 Amit Biswas  <amit@amitbiswas.com>
28
29         * MySQL_5.sql: Added this new sql script. This sql script performs
30         the same operations as the existing "mysql.sql" but some sql
31         commands have been changed either to fix bugs or to comply with
32         MySQL Server 5.0.
33
34 2005-10-14  Senganal T  <tsenganal@novell.com>
35
36         * mysql.sql: Added data for testing bug #75032
37
38 2005-10-08  Sureshkumar T  <tsureshkumar@novell.com>
39
40         * mysql.sql: impact from sqlserver.sql.
41
42 2005-09-24  Sureshkumar T  <tsureshkumar@novell.com>
43
44         * sybase.sql: grant permissions on objects
45
46         * sqlserver.sql: change id as int. tiny int won't allow 6000 (the
47         tempory updatable limit).
48
49 2005-09-16  Senganal T  <tsenganal@novell.com>
50
51         * sqlserver.sql: modified. added string_family, datetime_family,
52         modified numeric_family values.
53         created new database mono-test for checking -.
54
55 2005-09-13  Sureshkumar T  <tsureshkumar@novell.com>
56
57         * sybase.sql: added. script file to create test database on
58         sybase.
59
60 2005-09-01  Sureshkumar T  <tsureshkumar@novell.com>
61
62         * SCHEMA: schema specification.
63
64         * sqlserver.sql: sql script file to create test schema for mssql
65         database. added.
66
67         * mysql.sql: sql script file to create test schema for mysql
68         database. added.
69