2003-27-01 Ville Palo <vi64pa@koti.soon.fi>
[mono.git] / mcs / class / System.Data / Test / ChangeLog
1 2003-01-13  Ville Palo <vi64pa@koti.soon.fi>
2
3         * data_linux_test.args: Added some classes
4         
5 2002-12-16  Ville Palo <vi64pa@koti.soon.fi>
6
7         * System.Xml/XmlDataDocumentTest.cs: some fixes.
8         
9 2002-12-14  Ville Palo <vi64pa@koti.soon.fi>
10
11         * System.Xml/XmlDataDocumentTest.cs: Added three new tests
12         
13 2002-12-10  Ville Palo <vi64pa@koti.soon.fi>
14
15         * System.Xml/XmlDataDocumentTest.cs: Added new tests 
16         * System.Xml/region.xml: Changed XmlDocument.
17         
18 2002-11-24  Ville Palo <vi64pa@koti.soon.fi>
19
20         * System.Xml/XmlDataDocumentTest.cs: Added new test suite for
21         XmlDataDocument.
22         * System.Xml/store.xsd:
23         * System.Xml/region.xsd
24         * System.Xml/region.xml:
25         * System.Xml/2books.xml: Needed by XmlDocumentTest.cs
26         * AllTests.cs: 
27         * data_linux_test.args:Added XmlDataDocumentTest.cs
28         
29 2002-11-12  Ville Palo <vi64pa@koti.soon.fi>
30
31         * System.Data.SqlTypes/SqlStringTest.cs: Added tests
32         
33 2002-11-10  Ville Palo <vi64pa@koti.soon.fi>
34
35         * System.Data.SqlTypes/SqlStringTest.cs: Added more tests
36
37 2002-11-07  Ville Palo <vi64pa@koti.soon.fi>
38
39         * System.Data.SqlTypes/SqlDecimalTest.cs
40         * System.Data.SqlTypes/SqlDoubleTest.cs
41         * System.Data.SqlTypes/SqlMoneyTest.cs
42         * System.Data.SqlTypes/SqlSingleTest.cs: 
43         mcs don't understand (currently) correctly what 1e10 means, 
44         with mcs it must be 1E+10.
45         
46 2002-11-02  Ville Palo <vi64pa@koti.soon.fi>
47
48         * System.Data.SqlTypes/SqlDoubleTest.cs: More tests.
49         
50 2002-10-31  Ville Palo <vi64pa@koti.soon.fi>
51
52         * System.Data.SqlTypes/SqlInt16Test.cs: Litle bugfix
53         
54 2002-10-24  Ville Palo <vi64pa@koti.soon.fi>
55
56         * System.Data.SqlTypes/AllTests.cs:
57         * System.Data.SqlTypes/SqlStringTest.cs:
58         * System.Data.SqlTypes/SqlDecimalTest.cs: new test suites for 
59         SqlDecimal and SqlString
60                 
61 2002-10-19  Ville Palo <vi64pa@koti.soon.fi>
62
63         * System.Data.SqlTypes/AllTests.cs:
64         * System.Data.SqlTypes/SqlGuidTest.cs: new test suite for SqlGuid.
65         
66 2002-10-19  Ville Palo <vi64pa@koti.soon.fi>
67
68         * System.Data.SqlTypes/AllTest.cs:
69         * System.Data.SqlTypes/SqlMoneyTest.cs new test suite for SqlMoney
70         * System.Data.SqlTypes/SqlDateTimeTest.cs new test suite for 
71         SqlDateTime
72         
73 2002-10-16  Daniel Morgan <danmorg@sc.rr.com>
74
75         * TestSqlDataReader.cs: got to work
76         with new place for the PostgreSQL provider
77         at Mono.Data.PostgreSqlClient.
78
79 2002-10-16  Rodrigo Moya <rodrigo@ximian.com>
80
81         * System.Data.SqlTypes/AllTests.cs:
82         * System.Data.SqlTypes/SqlBinary.cs: new test suite for SqlBinary, by
83         Ville Palo (vi64pa@koti.soon.fi).
84
85 2002-10-16  Daniel Morgan <danmorg@sc.rr.com>
86
87         * SqlSharpCli.cs: remove file
88         from this directory because it has been 
89         moved to
90         mcs/tools/SqlSharp
91
92 2002-10-16  Daniel Morgan <danmorg@sc.rr.com>
93
94         * PostresTest.cs: modified to
95         use the new namepace and assembly for PostgreSQL
96         provider which is Mono.Data.PostgreSqlClient
97
98 2002-10-15  Rodrigo Moya <rodrigo@ximian.com>
99
100         * System.Data.SqlTypes/AllTests.cs: added new test.
101
102 2002-10-15  Ville Palo <vi64pa@koti.soon.fi>
103
104         * System.Data.SqlTypes/SqlSingleTest.cs: added test suite for
105         SqlSingle.
106
107 2002-10-15  Daniel Morgan <danmorg@sc.rr.com>
108
109         * SqlSharpCli.cs: get it to work with System.Data.OleDb 
110         on MS .net when connected to Oracle 8i.  Also, get data
111         to space correctly when data size is smaller than the
112         header size.  If DataType is DateTime, use GetDataTime(),
113         otherwise, use GetValue().
114
115 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
116
117         * SqlSharpCli.cs: better formatting of output
118
119 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
120
121         * SqlSharpCli.cs: modified
122         - add support for the external Mono.Data.SqliteClient 
123         ADO.NET provider. All the user has to do is 
124         "/provider sqlite" 
125         to load it instead of the usual syntax for loading 
126         external providers
127         "/loadextprovider Mono.Data.SqliteClient Mono.Data.SqliteClient.SqliteConnection".
128
129 2002-10-11  Daniel Morgan <danmorg@sc.rr.com>
130
131         * OdbcTest.cs: added
132         for System.Data.Odbc tests.  Modify this
133         test as needed...
134
135 2002-10-10  Ville Palo (vi64pa@koti.soon.fi)
136
137         * System.Data.SqlTypes/SqlDoubleTest.cs: new test suite for SqlDouble.
138
139 2002-10-10  Daniel Morgan <danmorg@sc.rr.com>
140
141         * SqlSharpCli.cs: modified
142           - add support for System.Data.Odbc 
143           - created simple reader to display data for those providers
144             which have not implemented GetSchemaTable - UseSimpleReader
145           - allow only providers that support parameters to use them
146             during exection of SQL - UseParameters
147           - add support for postional parameter marker (question mark),
148             the delimted named parameter markers (square brackets) in addition
149             to colon and at parameter markers.  Allow, the parameter marker 
150             to be settable.  
151
152 2002-10-09  Ville Palo (vi64pa@koti.soon.fi)
153
154         * System.Data.SqlTypes/SqlInt16Test.cs:
155         * System.Data.SqlTypes/SqlInt64Test.cs: new test suites.
156
157 2002-10-04  Daniel Morgan <danmorg@sc.rr.com>
158
159         * SqlSharpCli.cs: modified 
160           - fix compile errors due to mcs has better error checking
161           - fix exection of query with semicolon at end which resulted in an exception
162           - added support for ? postioned parameters
163           - added support for [] delimited named parameters
164           - misc. tidbits
165
166 2002-10-03  ville <vi64pa@koti.soon.fi>
167
168         * System.Data.SqlClient/AllTests.cs:
169         * System.Data.SqlClient/SqlByteTest.cs: added SqlByte test suite.
170
171 2002-10-01  Rodrigo Moya <rodrigo@ximian.com>
172
173         * System.Data.SqlClient/AllTests.cs: added SqlBoolean test.
174
175 2002-10-01  ville <vi64pa@koti.soon.fi>
176
177         * System.Data.SqlClient/SqlBooleanTest.cs: new test suite for
178         SqlBoolean class.
179
180 2002-09-06  Franklin Wise <gracenote@earthlink.net>
181
182         *  System.Data\ForeignKeyConstraintTest.cs: added
183           TestEqualAndHashCode() test.
184         
185         *  System.Data\UniqueConstraint.cs: Added testing for HashCode
186         
187 2002-09-04  Franklin Wise <gracenote@earthlink.net>
188         
189         * New Files: 
190                 System.Data\DataRowCollectionTest.cs
191                 System.Data\DataRowTest.cs
192                 System.Data\DataColumnCollectionTest.cs
193                 
194 2002-08-20  Franklin Wise <gracenote@earthlink.net>
195         
196         * NewFile: System.Data\DataTableTest.cs
197
198         * AllTests.cs: Added DataTableTest to tests.
199         
200 2002-08-19  Franklin Wise <gracenote@earthlink.net>
201         
202         * System.Data\ForeignKeyConstraintTest.cs:  Added more tests.
203
204 2002-08-15  Franklin Wise <gracenote@earthlink.net>
205         
206         * AllTests.cs: Added ForeignKeyConstraintTest to active running tests.
207                 
208         * NewFile: System.Data\ForeignKeyConstraintTest.cs
209         
210         * System.Data\ConstraintTest: Added new test.
211
212         * System.Data\UniqueConstraintTest:  Added more tests.
213         
214 2002-08-14  Daniel Morgan <danmorg@sc.rr.com>
215
216         * SqlSharpCli.cs: modified
217           - implemented the following commands:
218             \f FILENAME to read a batch of Sql# commands/queries from file.");
219                 \o FILENAME to write out the result of Sql# commands executed to file.");
220                 \load FILENAME to load from file SQL commands into SQL buffer.");
221                 \save FILENAME to save SQL commands from SQL buffer to file.
222                 \print - show what's in the SQL buffer now.
223           - can save output of result to an html file or text
224           - entering command "\provider mysql" will dynamically load mysql provider
225             from its assembly Mono.Data.MySql.dll
226
227 2002-08-13  Daniel Morgan <danmorg@sc.rr.com>
228
229         * Test/SqlSharpCli.cs: modified
230           - removed dependency on Mono.Data.MySql assembly and classes
231             (if you still want to use Mono.Data.MySql, use \loadextprovider to load it).
232           - added use of provider System.Data.OleDb classes; however, you must
233             have a working libgda.
234           - added dynamic loading of .NET Data Provider's assembly and Connection class
235             which can be loaded via \loadextprovider
236           - renamed providers: postgresclient to postgresql, oracleclient to oracle
237           - add new command \exenonquery to execute non queries
238           - add new command \exescalar to execute and return one row/one column of data
239           - added beginnings of internal variables by adding new commands: \set, \unset, and
240           \variable
241           - add new command \r to reset (clear) the query buffer
242           - if quiting, need to close database connection if still open  
243
244 2002-08-12  Franklin Wise <gracenote@earthlink.net>
245         * NewFile: Added test for System.Data.UniqueConstraintTest.cs
246
247         * NewFile: Added test for System.Data.ConstraintTest.cs
248
249         * NewFile: Added test for System.Data.ConstraintCollection.cs
250
251         * Added blank test for DataColumnTest so that NUnit won't warn
252         of no tests
253
254         * Updated System.Data.AllTests.cs to include the new tests
255
256 2002-05-27  Tim Coleman <tim@timcoleman.com>
257         * TestSqlDataAdapter.cs: remove explicit opening of connection.
258         This should occur implicitly now.
259
260 2002-05-23  Daniel Morgan <danmorg@sc.rr.com>
261
262         * TestSqlParameters.cs: read and display the schema columns
263         correctly
264
265 2002-05-16  Tim Coleman  <tim@timcoleman.com>
266         * TestSqlDataAdapter.cs: Added the foreach loop to iterate through
267         all of the DataRows in the DataSet table "Table", as the
268         GetEnumerator method of InternalDataCollectionBase has now been
269         implemented.
270
271
272 2002/05/17  Nick Drochak <ndrochak@gol.com>
273
274         * System.Data_test.build: Remove RunTests from the default build. We
275         can add this later, but it keeps the build from breaking for now.
276
277         * TestSqlDataAdapter.cs: Fix build breaker.
278
279 2002-05-11  Daniel Morgan <danmorg@sc.rr.com>
280
281         * Test/PostgresTest.cs: added call to PostgreSQL stored procedure
282         version() which returns the version of the PostgreSQL DBMS you
283         are connected to.  This works and I did not realize it.  Thanks
284         goes to Gonzalo.
285
286 2002-05-11  Daniel Morgan <danmorg@sc.rr.com>
287
288         * AllTests.cs: needed a using for System.Data and System.Data.SqlClient,
289         changed SqlTypes.AllTests.Suite to System.Data.SqlTypes.AllTests.Suite
290         
291         * System.Data/DataColumnTest.cs: changed typeof to DataColumnTest 
292
293 2002-05-10  Rodrigo Moya <rodrigo@ximian.com>
294
295         * TestDataColumn.cs: removed.
296
297         * System.Data_test.build: removed reference to TestDataColumn.
298
299         * TheTests.cs: added RunDataColumnTest class.
300         (RunAllTests.AddAllTests): added test for RunDataColumnTest.
301
302         * System.Data/AllTests.cs: test suite for System.Data.
303
304         * System.Data/DataColumnTest.cs: NUnit test for DataColumn.
305
306 2002-05-09  Daniel Morgan <danmorg@sc.rr.com>
307
308         * System.Data_test.build: exclude file TestDataColumn.cs
309         test.build files have two places where a file needs to
310         be excluded
311
312 2002-05-06  Daniel Morgan <danmorg@sc.rr.com>
313
314         * System.Data.SqlTypes.SqlInt32Test.cs: missing
315         declaration for SqlInt32 z which was a test build blocker
316         
317         * PostgresTest.cs: got rid of warning about missing e
318         
319         * Test/PostgresTest.cs: exclude PostgresTest.cs 
320         from test build
321
322 2002-05-05  Tim Coleman <tim@timcoleman.com>
323         * TheTests.cs:
324         * System.Data.SqlTypes/SqlInt32Test.cs:
325                 More test cases for System.Data.SqlTypes.SqlInt32
326
327 2002-05-03  Tim Coleman <tim@timcoleman.com>
328         * Added ChangeLog to test dir
329         * Added NUnit framework necessary for make test
330         * Added subdirectory for System.Data.SqlTypes
331         * New files:
332                 ChangeLog
333                 AllTests.cs
334                 TheTests.cs
335                 System.Data_test.build
336                 System.Data.SqlTypes
337                 System.Data.SqlTypes/AllTests.cs
338                 System.Data.SqlTypes/SqlInt32Test.cs
339
340