f8d0b541980fa64b8a8c6b066ad22295c7107937
[mono.git] / mcs / class / System.Data / Test / System.Data.SqlClient / ChangeLog
1 2009-07-29  Veerapuram Varadhan  <vvaradhan@novell.com>
2
3         * SqlParameterTest.cs: Marked SqlChars/SqlBytes tests for SqlValue
4         as NotWorking as these types are considered as SqlString/SqlBinary
5         respectively.
6         
7 2009-07-26  Gert Driesen  <drieseng@users.sourceforge.net>
8
9         * SqlParameterTest.cs: Added/improved tests for SqlValue, and
10         SqlTypes. Improved tests for char and char [] type inferrence.
11
12 2009-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
13
14         * SqlParameterTest.cs: Added .ctor tests. Improved 
15         ParameterType and ResetDbType tests. Added ParameterName,
16         SourceColumn and Value tests. Partially enable SqlValue
17         test.
18
19 2009-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
20
21         * SqlCommandBuilderTest.cs: Added tests for CatalogLocation,
22         CatalogSeparator, ConflictOption, QuoteIdentifier, QuotePrefix,
23         QuoteSuffix  and SchemaSeparator.
24         * SqlParameterTest.cs: Moved existing tests from ProviderTests
25         to increase their visibility. Added tests for type inference.
26
27 2008-11-09  Gert Driesen  <drieseng@users.sourceforge.net>
28
29         * SqlConnectionTest.cs: Added test for null check in ClearPool.
30
31 2008-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
32
33         * SqlConnectionTest.cs: Enabled connection string related tests that
34         previously failed. Added/improved connection string tests.
35
36 2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
37
38         * SqlConnectionTest.cs: Enabled tests for ChangePassword argument
39         checks.
40
41 2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
42
43         * SqlCommandTest.cs: Enabled CommandTimeout test. Enabled test for
44         Prepare with NULL connection. Enabled test for bug #412586.
45
46 2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
47
48         * SqlCommandTest.cs: Enabled and improved tests for Execute* with
49         closed connection.
50
51 2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
52
53         * SqlCommandTest.cs: Enabled test for bug #412584.
54
55 2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
56
57         * SqlCommandTest.cs: Added tests for bug #412584, #412586, Moved tests
58         that do not require connection from ProviderTests.
59         * SqlConnectionTest.cs: Moved tests that do not require connection
60         from ProviderTests.
61
62 2008-07-03  Gert Driesen  <drieseng@users.sourceforge.net>
63
64         * SqlCommandTest.cs: Removed extra tabs. Update bug number.
65
66 2008-04-19  Robert Jordan  <robertj@gmx.net>
67
68         * SqlCommandTest.cs: Add test case for bug #381100.
69
70 2008-03-03  Ankit Jain  <jankit@novell.com>
71
72         * SqlClientMetaDataCollectionNamesTest.cs: New.
73
74 2007-10-21  Gert Driesen  <drieseng@users.sourceforge.net>
75
76         * SqlCommandTest.cs: Added tests for ctors and CommantText.
77         * SqlConnectionTest.cs: Added tests for ctors, ConnectionString and
78         ServerVersion.
79         * SqlDataAdapterTest.cs: Added tests for ctors, DeleteCommand,
80         InsertCommand, SelectCommand, UpdateCommand, UpdateBatchSize and
81         Dispose.
82
83 2007-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
84
85         * SqlConnectionTest.cs: Added tests for BeginTransaction and GetSchema
86         when connection is closed.
87
88 2007-05-29  Gert Driesen  <drieseng@users.sourceforge.net>
89
90         * SqlCommandTest.cs: Added test for bug #81710.
91
92 2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
93
94         * SqlClientPermissionAttributeTest.cs: Removed *Choice security 
95         actions.
96
97 2005-09-22  Sureshkumar T  <tsureshkumar@novell.com>
98
99         * SqlConnectionTest.cs (OtherConnectionStringKeywords): marked
100         Persist security info keyword as not implmented.
101
102 2005-09-01  Sureshkumar T  <tsureshkumar@novell.com>
103
104         * SqlDataReaderTest.cs: moved to ProviderTests and integrated with
105         connected mode tests
106         * SqlCommandTest.cs: -- do --
107         * SqlConnectionTest.cs: -- do --
108         * SqlTransactionTest.cs: -- do --
109         * SqlDataAdapterTest.cs: -- do --
110
111 2005-06-23  Sureshkumar T  <tsureshkumar@novell.com>
112
113         * SqlConnectionStringBuilderTest.cs: Added few more tests.
114
115 2005-06-21  Sureshkumar T  <tsureshkumar@novell.com>
116
117         * SqlConnectionStringBuilderTest.cs: Added some preliminary tests.
118
119 2005-05-20 Kornél Pál <http://www.kornelpal.hu/>
120         
121         * SqlDataReaderTest.cs: Corrected and extended bigint test
122
123 2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
124
125         * SqlClientPermissionTest.cs, SqlClientPermissionAttributeTest.cs:
126           Fixed some incompatible type of exception between 2.0 and 1.1.
127
128 2004-11-01 Gert Driesen <drieseng@users.sourceforge.net>
129         * SqlCommandTest.cs: Added testcase for bug #66630.
130
131 2004-10-30 Umadevi S <sumadevi@novell.com>
132         * SqlDataAdapterTest.cs - Added testcase for nullguid
133
134 2004-10-15 Umadevi S <sumadevi@novell.com>
135         * SqlDataReaderTest.cs: Added testcase for reading emptyntextfield
136
137 2004-10-14 Umadevi S <sumadevi@novell.com>
138         * SqlCommandTest.cs - added Test for clone method
139
140 2004-09-24 Umadevi S <sumadevi@novell.com>
141         * SqlTransactionTest.cs -new file .unit testing for SqlTransaction
142
143 2004-09-15  Sebastien Pouliot  <sebastien@ximian.com>
144
145         * SqlClientPermissionTest.cs: New. Unit tests for SqlClientPermission.
146
147 2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>
148
149         * SqlClientPermissionAttributeTest.cs: New. Unit tests for SqlClient
150         PermissionAttribute.
151
152 2004-09-02 Umadevi S <sumadevi@novell.com>
153         * SqlCommandTest.cs - added file. Testing ExecuteNonQuery
154
155 2004-09-02 Umadevi S <sumadevi@novell.com>
156         * SqlDataReaderTest.cs - added file
157
158 2004-08-20 Umadevi S <sumadevi@novell.com>
159         * Added testcase in SqlDataAdapter.cs for Fillschema
160
161 2004-08-19 Gert Driesen <drieseng@users.souceforge.net>
162         * SqlConnectionTest.cs: Added testcases for bug #63165.
163
164 2004-08-19 Umadevi S <sumadevi@novell.com>
165         * Added file SqlDataAdapterTest.cs - to test update method on a 
166         datatable