Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « sql « ProviderTests « Test « System.Data « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13841b6d36e0ba69960ce858a14b408467e3507e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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

2005-10-08  Sureshkumar T  <tsureshkumar@novell.com>

	* mysql.sql: impact from sqlserver.sql.

2005-09-24  Sureshkumar T  <tsureshkumar@novell.com>

	* 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  <tsenganal@novell.com>

	* sqlserver.sql: modified. added string_family, datetime_family,
	modified numeric_family values.
	created new database mono-test for checking -.

2005-09-13  Sureshkumar T  <tsureshkumar@novell.com>

	* sybase.sql: added. script file to create test database on
	sybase.

2005-09-01  Sureshkumar T  <tsureshkumar@novell.com>

	* SCHEMA: schema specification.

	* sqlserver.sql: sql script file to create test schema for mssql
	database. added.

	* mysql.sql: sql script file to create test schema for mysql
	database. added.