* SqlCommand.cs: Added bool argument to ValidateCommand to specify
[mono.git] / mcs / class / System.Data / Test / System.Data.SqlClient / ChangeLog
1 2007-08-28  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * SqlCommandTest.cs: Enabled and improved tests for Execute* with
4         closed connection.
5
6 2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
7
8         * SqlCommandTest.cs: Enabled test for bug #412584.
9
10 2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
11
12         * SqlCommandTest.cs: Added tests for bug #412584, #412586, Moved tests
13         that do not require connection from ProviderTests.
14         * SqlConnectionTest.cs: Moved tests that do not require connection
15         from ProviderTests.
16
17 2008-07-03  Gert Driesen  <drieseng@users.sourceforge.net>
18
19         * SqlCommandTest.cs: Removed extra tabs. Update bug number.
20
21 2008-04-19  Robert Jordan  <robertj@gmx.net>
22
23         * SqlCommandTest.cs: Add test case for bug #381100.
24
25 2008-03-03  Ankit Jain  <jankit@novell.com>
26
27         * SqlClientMetaDataCollectionNamesTest.cs: New.
28
29 2007-10-21  Gert Driesen  <drieseng@users.sourceforge.net>
30
31         * SqlCommandTest.cs: Added tests for ctors and CommantText.
32         * SqlConnectionTest.cs: Added tests for ctors, ConnectionString and
33         ServerVersion.
34         * SqlDataAdapterTest.cs: Added tests for ctors, DeleteCommand,
35         InsertCommand, SelectCommand, UpdateCommand, UpdateBatchSize and
36         Dispose.
37
38 2007-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
39
40         * SqlConnectionTest.cs: Added tests for BeginTransaction and GetSchema
41         when connection is closed.
42
43 2007-05-29  Gert Driesen  <drieseng@users.sourceforge.net>
44
45         * SqlCommandTest.cs: Added test for bug #81710.
46
47 2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
48
49         * SqlClientPermissionAttributeTest.cs: Removed *Choice security 
50         actions.
51
52 2005-09-22  Sureshkumar T  <tsureshkumar@novell.com>
53
54         * SqlConnectionTest.cs (OtherConnectionStringKeywords): marked
55         Persist security info keyword as not implmented.
56
57 2005-09-01  Sureshkumar T  <tsureshkumar@novell.com>
58
59         * SqlDataReaderTest.cs: moved to ProviderTests and integrated with
60         connected mode tests
61         * SqlCommandTest.cs: -- do --
62         * SqlConnectionTest.cs: -- do --
63         * SqlTransactionTest.cs: -- do --
64         * SqlDataAdapterTest.cs: -- do --
65
66 2005-06-23  Sureshkumar T  <tsureshkumar@novell.com>
67
68         * SqlConnectionStringBuilderTest.cs: Added few more tests.
69
70 2005-06-21  Sureshkumar T  <tsureshkumar@novell.com>
71
72         * SqlConnectionStringBuilderTest.cs: Added some preliminary tests.
73
74 2005-05-20 Kornél Pál <http://www.kornelpal.hu/>
75         
76         * SqlDataReaderTest.cs: Corrected and extended bigint test
77
78 2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
79
80         * SqlClientPermissionTest.cs, SqlClientPermissionAttributeTest.cs:
81           Fixed some incompatible type of exception between 2.0 and 1.1.
82
83 2004-11-01 Gert Driesen <drieseng@users.sourceforge.net>
84         * SqlCommandTest.cs: Added testcase for bug #66630.
85
86 2004-10-30 Umadevi S <sumadevi@novell.com>
87         * SqlDataAdapterTest.cs - Added testcase for nullguid
88
89 2004-10-15 Umadevi S <sumadevi@novell.com>
90         * SqlDataReaderTest.cs: Added testcase for reading emptyntextfield
91
92 2004-10-14 Umadevi S <sumadevi@novell.com>
93         * SqlCommandTest.cs - added Test for clone method
94
95 2004-09-24 Umadevi S <sumadevi@novell.com>
96         * SqlTransactionTest.cs -new file .unit testing for SqlTransaction
97
98 2004-09-15  Sebastien Pouliot  <sebastien@ximian.com>
99
100         * SqlClientPermissionTest.cs: New. Unit tests for SqlClientPermission.
101
102 2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>
103
104         * SqlClientPermissionAttributeTest.cs: New. Unit tests for SqlClient
105         PermissionAttribute.
106
107 2004-09-02 Umadevi S <sumadevi@novell.com>
108         * SqlCommandTest.cs - added file. Testing ExecuteNonQuery
109
110 2004-09-02 Umadevi S <sumadevi@novell.com>
111         * SqlDataReaderTest.cs - added file
112
113 2004-08-20 Umadevi S <sumadevi@novell.com>
114         * Added testcase in SqlDataAdapter.cs for Fillschema
115
116 2004-08-19 Gert Driesen <drieseng@users.souceforge.net>
117         * SqlConnectionTest.cs: Added testcases for bug #63165.
118
119 2004-08-19 Umadevi S <sumadevi@novell.com>
120         * Added file SqlDataAdapterTest.cs - to test update method on a 
121         datatable