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

ChangeLog « Test « System.Data « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 65c8719353a19a935254e457448a01a4867612ff (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
2004-08-26  Sureshkumar T <TSureshkumar@novell.com>
	* MySqlTestBed.cs - Added few more fields for DateTime testing

2004-08-13 Umadevi S <sumadevi@novell.com>
	* Added standalone nunit testcases for datacontainer class.
	* Currently will use MSSQL server
	* New File
		MSSqlTestBed.cs - Base class for MSSql testing
	(similar to the mysqltestbed)

2004-06-16  Sureshkumar T <TSureshkumar@novell.com>
	* Added standalone NUnit test cases for MySql db related tests.
	* Created sub-directory for System.Data.Odbc
	* New Files :
		MySqlTestBed.cs 	- Base class for all MySql db based tests. 
					  contains instructions to run these tests.
		MySqlTestBed.dll.config - configurable parameters to this test suite.
		System.Data.Odbc/OdbcDataReaderTest.cs
		System.Data.Odbc/OdbcDataAdapterTest.cs

2003-05-26  Ben Maurer <bmaurer@users.sourceforge.net>
	* data_linux_test.args: Updated for new test in System.Data

2003/04/15  Nick Drochak <ndrochak@gol.com>

	* System.Data_test.build: Use nunit version 2.

2003-03-31  Nick Drochak <ndrochak@gol.com>

	* makefile.gnu: NUnit.Framework.dll now in class/lib

2003-03-17  Martin Willemoes Hansen <mwh@sysrq.dk>
	* Removed AllTests.cs, System.Data/AllTests.cs,
	  System.Data.SqlTypes/AllTests.cs,
	  System.Xml/AllTests.cs,
	  TheTests.cs
	* NUnit2ified makefile.gnu, data_linux_test.args
	  System.Data/DataColumnCollectionTest.cs, 
	  System.Data/DataSetTest.cs,
          System.Data/DataColumnTest.cs,
          System.Data/DataTableTest.cs,
          System.Data/UniqueConstraintTest.cs,
	  System.Data/ConstraintCollectionTest.cs,
	  System.Data/DataRelationTest.cs,
	  System.Data/ForeignKeyConstraintTest.cs,
	  System.Data/ConstraintTest.cs,
          System.Data/DataRowCollectionTest.cs,
	  System.Data/DataRowTest.cs,
	  System.Data.SqlTypes/SqlBinaryTest.cs,
	  System.Data.SqlTypes/SqlDateTimeTest.cs,
	  System.Data.SqlTypes/SqlGuidTest.cs,
	  System.Data.SqlTypes/SqlInt64Test.cs,
	  System.Data.SqlTypes/SqlStringTest.cs,
	  System.Data.SqlTypes/SqlBooleanTest.cs,
	  System.Data.SqlTypes/SqlDecimalTest.cs,
	  System.Data.SqlTypes/SqlInt16Test.cs,
	  System.Data.SqlTypes/SqlMoneyTest.cs,
	  System.Data.SqlTypes/SqlByteTest.cs,
	  System.Data.SqlTypes/SqlDoubleTest.cs,
	  System.Data.SqlTypes/SqlInt32Test.cs,
	  System.Data.SqlTypes/SqlSingleTest.cs
	  System.Xml/XmlDataDocumentTest.cs

2003-02-16  Daniel Morgan <danmorg@sc.rr.com>

	* TestSqlConnection.cs: added test file
	to test SqlClient, SybaseClient, and TdsClient
	and connections

	* System.Data_test.build: excluded
	TestSqlConnection.cs from NUnit tests

2003-01-13  Ville Palo <vi64pa@koti.soon.fi>

	* data_linux_test.args: Added some classes
	
2002-12-16  Ville Palo <vi64pa@koti.soon.fi>

	* System.Xml/XmlDataDocumentTest.cs: some fixes.
	
2002-12-14  Ville Palo <vi64pa@koti.soon.fi>

	* System.Xml/XmlDataDocumentTest.cs: Added three new tests
	
2002-12-10  Ville Palo <vi64pa@koti.soon.fi>

	* System.Xml/XmlDataDocumentTest.cs: Added new tests 
	* System.Xml/region.xml: Changed XmlDocument.
	
2002-11-24  Ville Palo <vi64pa@koti.soon.fi>

	* System.Xml/XmlDataDocumentTest.cs: Added new test suite for
	XmlDataDocument.
	* System.Xml/store.xsd:
	* System.Xml/region.xsd
	* System.Xml/region.xml:
	* System.Xml/2books.xml: Needed by XmlDocumentTest.cs
	* AllTests.cs: 
	* data_linux_test.args:Added XmlDataDocumentTest.cs
	
2002-11-12  Ville Palo <vi64pa@koti.soon.fi>

	* System.Data.SqlTypes/SqlStringTest.cs: Added tests
	
2002-11-10  Ville Palo <vi64pa@koti.soon.fi>

	* System.Data.SqlTypes/SqlStringTest.cs: Added more tests

2002-11-07  Ville Palo <vi64pa@koti.soon.fi>

	* System.Data.SqlTypes/SqlDecimalTest.cs
	* System.Data.SqlTypes/SqlDoubleTest.cs
	* System.Data.SqlTypes/SqlMoneyTest.cs
	* System.Data.SqlTypes/SqlSingleTest.cs: 
	mcs don't understand (currently) correctly what 1e10 means, 
	with mcs it must be 1E+10.
	
2002-11-02  Ville Palo <vi64pa@koti.soon.fi>

	* System.Data.SqlTypes/SqlDoubleTest.cs: More tests.
	
2002-10-31  Ville Palo <vi64pa@koti.soon.fi>

	* System.Data.SqlTypes/SqlInt16Test.cs: Litle bugfix
	
2002-10-24  Ville Palo <vi64pa@koti.soon.fi>

	* System.Data.SqlTypes/AllTests.cs:
	* System.Data.SqlTypes/SqlStringTest.cs:
	* System.Data.SqlTypes/SqlDecimalTest.cs: new test suites for 
	SqlDecimal and SqlString
		
2002-10-19  Ville Palo <vi64pa@koti.soon.fi>

	* System.Data.SqlTypes/AllTests.cs:
	* System.Data.SqlTypes/SqlGuidTest.cs: new test suite for SqlGuid.
	
2002-10-19  Ville Palo <vi64pa@koti.soon.fi>

	* System.Data.SqlTypes/AllTest.cs:
	* System.Data.SqlTypes/SqlMoneyTest.cs new test suite for SqlMoney
	* System.Data.SqlTypes/SqlDateTimeTest.cs new test suite for 
	SqlDateTime
	
2002-10-16  Daniel Morgan <danmorg@sc.rr.com>

	* TestSqlDataReader.cs: got to work
	with new place for the PostgreSQL provider
	at Mono.Data.PostgreSqlClient.

2002-10-16  Rodrigo Moya <rodrigo@ximian.com>

	* System.Data.SqlTypes/AllTests.cs:
	* System.Data.SqlTypes/SqlBinary.cs: new test suite for SqlBinary, by
	Ville Palo (vi64pa@koti.soon.fi).

2002-10-16  Daniel Morgan <danmorg@sc.rr.com>

	* SqlSharpCli.cs: remove file
	from this directory because it has been 
	moved to
	mcs/tools/SqlSharp

2002-10-16  Daniel Morgan <danmorg@sc.rr.com>

	* PostresTest.cs: modified to
	use the new namepace and assembly for PostgreSQL
	provider which is Mono.Data.PostgreSqlClient

2002-10-15  Rodrigo Moya <rodrigo@ximian.com>

	* System.Data.SqlTypes/AllTests.cs: added new test.

2002-10-15  Ville Palo <vi64pa@koti.soon.fi>

	* System.Data.SqlTypes/SqlSingleTest.cs: added test suite for
	SqlSingle.

2002-10-15  Daniel Morgan <danmorg@sc.rr.com>

	* SqlSharpCli.cs: get it to work with System.Data.OleDb 
	on MS .net when connected to Oracle 8i.  Also, get data
	to space correctly when data size is smaller than the
	header size.  If DataType is DateTime, use GetDataTime(),
	otherwise, use GetValue().

2002-10-13  Daniel Morgan <danmorg@sc.rr.com>

	* SqlSharpCli.cs: better formatting of output

2002-10-13  Daniel Morgan <danmorg@sc.rr.com>

	* SqlSharpCli.cs: modified
	- add support for the external Mono.Data.SqliteClient 
	ADO.NET provider. All the user has to do is 
	"/provider sqlite" 
	to load it instead of the usual syntax for loading 
	external providers
	"/loadextprovider Mono.Data.SqliteClient Mono.Data.SqliteClient.SqliteConnection".

2002-10-11  Daniel Morgan <danmorg@sc.rr.com>

	* OdbcTest.cs: added
	for System.Data.Odbc tests.  Modify this
	test as needed...

2002-10-10  Ville Palo (vi64pa@koti.soon.fi)

	* System.Data.SqlTypes/SqlDoubleTest.cs: new test suite for SqlDouble.

2002-10-10  Daniel Morgan <danmorg@sc.rr.com>

	* SqlSharpCli.cs: modified
	  - add support for System.Data.Odbc 
	  - created simple reader to display data for those providers
	    which have not implemented GetSchemaTable - UseSimpleReader
	  - allow only providers that support parameters to use them
	    during exection of SQL - UseParameters
	  - add support for postional parameter marker (question mark),
	    the delimted named parameter markers (square brackets) in addition
	    to colon and at parameter markers.  Allow, the parameter marker 
	    to be settable.  

2002-10-09  Ville Palo (vi64pa@koti.soon.fi)

	* System.Data.SqlTypes/SqlInt16Test.cs:
	* System.Data.SqlTypes/SqlInt64Test.cs: new test suites.

2002-10-04  Daniel Morgan <danmorg@sc.rr.com>

	* SqlSharpCli.cs: modified 
	  - fix compile errors due to mcs has better error checking
	  - fix exection of query with semicolon at end which resulted in an exception
	  - added support for ? postioned parameters
	  - added support for [] delimited named parameters
	  - misc. tidbits

2002-10-03  ville <vi64pa@koti.soon.fi>

	* System.Data.SqlClient/AllTests.cs:
	* System.Data.SqlClient/SqlByteTest.cs: added SqlByte test suite.

2002-10-01  Rodrigo Moya <rodrigo@ximian.com>

	* System.Data.SqlClient/AllTests.cs: added SqlBoolean test.

2002-10-01  ville <vi64pa@koti.soon.fi>

	* System.Data.SqlClient/SqlBooleanTest.cs: new test suite for
	SqlBoolean class.

2002-09-06  Franklin Wise <gracenote@earthlink.net>

	*  System.Data\ForeignKeyConstraintTest.cs: added
	  TestEqualAndHashCode() test.
	
	*  System.Data\UniqueConstraint.cs: Added testing for HashCode
	
2002-09-04  Franklin Wise <gracenote@earthlink.net>
	
	* New Files: 
		System.Data\DataRowCollectionTest.cs
		System.Data\DataRowTest.cs
		System.Data\DataColumnCollectionTest.cs
		
2002-08-20  Franklin Wise <gracenote@earthlink.net>
	
	* NewFile: System.Data\DataTableTest.cs

	* AllTests.cs: Added DataTableTest to tests.
	
2002-08-19  Franklin Wise <gracenote@earthlink.net>
	
	* System.Data\ForeignKeyConstraintTest.cs:  Added more tests.

2002-08-15  Franklin Wise <gracenote@earthlink.net>
	
	* AllTests.cs: Added ForeignKeyConstraintTest to active running tests.
		
	* NewFile: System.Data\ForeignKeyConstraintTest.cs
	
	* System.Data\ConstraintTest: Added new test.

	* System.Data\UniqueConstraintTest:  Added more tests.
	
2002-08-14  Daniel Morgan <danmorg@sc.rr.com>

	* SqlSharpCli.cs: modified
	  - implemented the following commands:
	    \f FILENAME to read a batch of Sql# commands/queries from file.");
		\o FILENAME to write out the result of Sql# commands executed to file.");
		\load FILENAME to load from file SQL commands into SQL buffer.");
		\save FILENAME to save SQL commands from SQL buffer to file.
		\print - show what's in the SQL buffer now.
	  - can save output of result to an html file or text
	  - entering command "\provider mysql" will dynamically load mysql provider
	    from its assembly Mono.Data.MySql.dll

2002-08-13  Daniel Morgan <danmorg@sc.rr.com>

	* Test/SqlSharpCli.cs: modified
	  - removed dependency on Mono.Data.MySql assembly and classes
	    (if you still want to use Mono.Data.MySql, use \loadextprovider to load it).
	  - added use of provider System.Data.OleDb classes; however, you must
	    have a working libgda.
	  - added dynamic loading of .NET Data Provider's assembly and Connection class
	    which can be loaded via \loadextprovider
	  - renamed providers: postgresclient to postgresql, oracleclient to oracle
	  - add new command \exenonquery to execute non queries
	  - add new command \exescalar to execute and return one row/one column of data
	  - added beginnings of internal variables by adding new commands: \set, \unset, and
	  \variable
	  - add new command \r to reset (clear) the query buffer
	  - if quiting, need to close database connection if still open  

2002-08-12  Franklin Wise <gracenote@earthlink.net>
	* NewFile: Added test for System.Data.UniqueConstraintTest.cs

	* NewFile: Added test for System.Data.ConstraintTest.cs

	* NewFile: Added test for System.Data.ConstraintCollection.cs

	* Added blank test for DataColumnTest so that NUnit won't warn
	of no tests

	* Updated System.Data.AllTests.cs to include the new tests

2002-05-27  Tim Coleman <tim@timcoleman.com>
	* TestSqlDataAdapter.cs: remove explicit opening of connection.
	This should occur implicitly now.

2002-05-23  Daniel Morgan <danmorg@sc.rr.com>

	* TestSqlParameters.cs: read and display the schema columns
	correctly

2002-05-16  Tim Coleman  <tim@timcoleman.com>
        * TestSqlDataAdapter.cs: Added the foreach loop to iterate through
        all of the DataRows in the DataSet table "Table", as the
        GetEnumerator method of InternalDataCollectionBase has now been
        implemented.


2002/05/17  Nick Drochak <ndrochak@gol.com>

	* System.Data_test.build: Remove RunTests from the default build. We
	can add this later, but it keeps the build from breaking for now.

	* TestSqlDataAdapter.cs: Fix build breaker.

2002-05-11  Daniel Morgan <danmorg@sc.rr.com>

	* Test/PostgresTest.cs: added call to PostgreSQL stored procedure
	version() which returns the version of the PostgreSQL DBMS you
	are connected to.  This works and I did not realize it.  Thanks
	goes to Gonzalo.

2002-05-11  Daniel Morgan <danmorg@sc.rr.com>

	* AllTests.cs: needed a using for System.Data and System.Data.SqlClient,
	changed SqlTypes.AllTests.Suite to System.Data.SqlTypes.AllTests.Suite
	
	* System.Data/DataColumnTest.cs: changed typeof to DataColumnTest 

2002-05-10  Rodrigo Moya <rodrigo@ximian.com>

        * TestDataColumn.cs: removed.

	* System.Data_test.build: removed reference to TestDataColumn.

	* TheTests.cs: added RunDataColumnTest class.
	(RunAllTests.AddAllTests): added test for RunDataColumnTest.

        * System.Data/AllTests.cs: test suite for System.Data.

        * System.Data/DataColumnTest.cs: NUnit test for DataColumn.

2002-05-09  Daniel Morgan <danmorg@sc.rr.com>

	* System.Data_test.build: exclude file TestDataColumn.cs
	test.build files have two places where a file needs to
	be excluded

2002-05-06  Daniel Morgan <danmorg@sc.rr.com>

	* System.Data.SqlTypes.SqlInt32Test.cs: missing
	declaration for SqlInt32 z which was a test build blocker
	
	* PostgresTest.cs: got rid of warning about missing e
	
	* Test/PostgresTest.cs: exclude PostgresTest.cs 
	from test build

2002-05-05  Tim Coleman <tim@timcoleman.com>
	* TheTests.cs:
	* System.Data.SqlTypes/SqlInt32Test.cs:
		More test cases for System.Data.SqlTypes.SqlInt32

2002-05-03  Tim Coleman <tim@timcoleman.com>
	* Added ChangeLog to test dir
	* Added NUnit framework necessary for make test
	* Added subdirectory for System.Data.SqlTypes
	* New files:
		ChangeLog
		AllTests.cs
		TheTests.cs
		System.Data_test.build
		System.Data.SqlTypes
		System.Data.SqlTypes/AllTests.cs
		System.Data.SqlTypes/SqlInt32Test.cs