Standardized Mainsoft ConstraintCollection tests.
[mono.git] / mcs / class / System.Data / ChangeLog
1 2005-05-29 Eyal Alaluf <eyala@mainsoft.com>
2         * System.Data_tests.dll.sources: Unified Mainsoft ConstraintCollection tests into one test in Test/System.Data
3
4 2005-05-25 Umadevi S <sumadevi@novell.com>
5         * System.Data.dll.sources : Added DbException.cs, SqlClientMetaDataCollectionNames.cs
6
7 2005-05-20 Umadevi S <sumadevi@novell.com>
8         * System.Data.dll.sources: Added DbProviderSpecificTypePropertyAttribute.cs
9
10 2005-05-20 Umadevi S <sumadevi@novell.com>
11         * System.Data.dll.sources :Added SqlNotificationEventArgs.cs,OnChangeEventHandler.cs
12
13 2005-05-19 Umadevi S <sumadevi@novell.com>
14
15         * System.Data.dll.sources: Added SqlBulkCopyOptions.cs,SqlBulkCopyColumnMapping.cs,
16                         SqlNotificationAuthType.cs,SqlNotificationTransports.cs,
17                         SqlRowsCopiedEventArgs.cs, SqlRowsCopiedEventHandler.cs
18
19 2005-05-16  Konstantin Triger <kostat@mainsoft.com>
20
21         * Test/System.Data/DataSetTest.cs: performing correct cleanup
22         * System.Data_test.dll.sources: Including Mainsoft tests
23
24 2005-05-04  Sureshkumar T  <tsureshkumar@novell.com>
25
26         * System.Data.dll.sources: Added DataTableClearEventArgs.cs and
27         DataTableClearEventHandler.cs.
28
29 2005-04-27  Sureshkumar T  <tsureshkumar@novell.com>
30
31         * System.Data_test.dll.sources: Added DataTableReaderTest.cs
32
33 2005-04-22  Sureshkumar T  <tsureshkumar@novell.com>
34
35         * System.Data_test.dll.sources: Added DataTableLoadRowTest.cs.
36
37 2005-01-05  Konstantin Triger <kostat@mainsoft.com>
38
39         * DbCommandOptionalFeatures.cs, DbConnectionString.cs, DbConnectionOptions.cs: revert to r43344
40
41 2005-01-05  Konstantin Triger <kostat@mainsoft.com>
42         
43         * DbDataAdapter.cs: Rostore the Dispose logic
44
45 2005-04-28  Konstantin Triger <kostat@mainsoft.com>  Sureshkumar T  <tsureshkumar@novell.com>
46
47         * DataView.cs: Nullify an index when Closed
48
49 2005-04-27  Konstantin Triger <kostat@mainsoft.com>
50
51         * DataRow.cs: Removed unneeded check of RowState
52
53 2005-04-27  Konstantin Triger <kostat@mainsoft.com>
54
55         * ConstraintCollection: throw DuplicateException only if names match exactly with Table's locale
56
57 2005-04-08  Raja R Harinath  <rharinath@novell.com>
58
59         * Makefile (EXTRA_DISTFILES): Add app_test_2.0.config.
60
61 2005-04-07  Sureshkumar T  <tsureshkumar@novell.com>
62
63         * System.Data.dll.sources: In System.Data.SqlClient
64         Added SqlAsyncState.cs & SqlAsyncResult.cs
65
66 2005-04-04  Sureshkumar T  <tsureshkumar@novell.com>
67
68         * System.Data_test.dll.sources: Added
69         Test/System.Data.Common/DbConnectionStringBuilderTest.cs
70
71         * System.Data.dll.sources: Added
72         System.Data.Common/DbConnectionStringBuilder.cs
73
74 2005-03-10  Sureshkumar T  <tsureshkumar@novell.com>
75
76         * System.Data.dll.sources: Added
77         System.Data.Odbc/OdbcConnectionFactory.cs. 
78         System.Data.Odbc/OdbcFactory.cs.
79
80 2005-03-10  Sureshkumar T  <tsureshkumar@novell.com>
81
82         * System.Data.dll.sources: Added
83         System.Data.Odbc/OdbcTypeConverter.cs
84
85 2005-03-02  Sureshkumar T  <tsureshkumar@novell.com>
86
87         * System.Data.dll.sources: Added
88         System.Data.SqlClient/SqlConnectionFactory.cs.
89
90 2005-03-01  Sureshkumar T  <tsureshkumar@novell.com>
91
92         * System.Data.dll.sources: Added System.Data.Common/
93         ConnectionStringsSectionHandler.cs.
94         * app_test_2.0.config: Changed the configuration handler for
95         seciton "connectionStrings".
96
97 2005-02-22  Sureshkumar T  <tsureshkumar@novell.com>
98         
99         * System.Data_test.dll.sources: Added
100         System.Data.Common/ConnectionStringsSectionTest.cs
101         
102 2005-02-22  Sureshkumar T  <tsureshkumar@novell.com>
103
104         * Makefile: added dependancy for test-lib to create
105         $(test-lib).config. These configuration entries are used currently
106         by Test/System.Data.Common/DbProviderFactories-
107         ConigurationHalderTest.cs tests. Future tests can also add
108         configuration information in configuration file
109         app_test.2.0.config. This is for 2.0 profile only.
110
111         * System.Data_test.dll.sources: 
112         Added System.Data.Common/DbProviderFactoriesConfigurationHandlerTest.cs.
113
114         * System.Data.dll.sources: 
115         Added System.Data.SqlClient/SqlClientFactory.cs
116         Added System.Data.SqlClient/SqlDataSourceEnumerator.cs
117
118 2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>
119
120         * System.Data.dll.sources : added XmlSchemaWriter.cs.
121
122 2005-02-02  Atsushi Enomoto  <atsushi@ximian.com>
123
124         * System.Data_test.dll.sources : added DataViewManagerTest.cs.
125
126 2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
127
128         * System.Data_test.dll.sources : added DataRowViewTest.cs.
129
130 2004-11-25  Raja R Harinath  <rharinath@novell.com>
131
132         * Makefile (BUILT_SOURCES): New.  Build Mono.Data.SqlExpressions/Parser.cs.
133         (EXTRA_DISTFILES): Add Mono.Data.SqlExpressions/Parser.jay.
134         * System.Data.dll.sources: Don't mention Mono.Data.SqlExpressions/Parser.cs.
135
136 2004-11-10  Martin Baulig  <martin@ximian.com>
137
138         * System.Data.Sql/ISqlCommand.cs,
139         System.Data.Sql/ISqlConnection.cs,
140         System.Data.Sql/ISqlExecutionContext.cs,
141         System.Data.Sql/ISqlParameterCollection.cs,
142         System.Data.Sql/ISqlTransaction.cs: Added `new' modifiers where needed.
143
144 2004-10-06  Umadevi S <sumadevi@novell.com>
145         * System.Data.dll.sources : Added ISqlNotificationReceiver, SqlNotifcationType,
146                 SqlNotificationInfo, SqlNotificationSource
147
148 2004-09-15  Sebastien Pouliot  <sebastien@ximian.com>
149
150         * System.Data_test.dll.sources: Added OdbcPermission, OleDbPermission 
151         and SqlClientPermission unit tests to the build.
152
153 2004-09-14  Sebastien Pouliot  <sebastien@ximian.com>
154
155         * System.Data_test.dll.sources: Added DBDataPermission unit tests to
156         the build.
157
158 2004-09-14 Umadevi S <sumadevi@novell.com>
159         * Added System.Data.SqlTypes/SqlNotFilledException.cs,System.Data.SqlTypes/
160         SqlAlreadyFilledException.cs to System.Data.dll.sources
161
162 2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>
163
164         * Makefile: Added /nowarn:618 when compiling unit test assembly to 
165         remove nunit obsolete warnings.
166         * System.Data.dll.sources: Added System.Data.Common.DbConnectionOptions
167         (NET_2_0) and System.Data.Common/PermissionHelper to the build.
168         * System.Data_test.dll.sources: Added {DBData|Odbc|OleDb|SqlClient}
169         PermissionAttribute unit tests to the build.
170
171 2004-08-25  Nick Drochak  <ndrochak@ieee.com>
172
173         * Makefile: Cut down the the build noise.
174
175 2004-08-19 Gert Driesen <drieseng@users.sourceforge.net>
176         * Added System.Data.SqlClient/SqlConnectionTest.cs to 
177         System.Data_test.dll.sources
178
179 2004-07-14 Umadevi S <sumadevi@novell.com>
180         * Added System.Data.SqlTypes/StorageState.cs to System.data.dll.sources
181
182 2004-07-09 Umadevi S <sumadevi@novell.com>
183         * Added System.Data.Sql/IUdtSerializationContext.cs and System.Data.Sql/SqlFacetAttribute.cs to system.data.dll.sources
184
185 2004-06-02 Umadevi S <sumadevi@novell.com>
186         * added System.Data/DataTableTypeConverter to system.data.dll.sources
187
188 2004-05-27 Umadevi S <sumadevi@novell.com>
189         * added files DataTableMappingCollectionTest and DataColumnMappingCollectionTest to system.data_test.dll.sources
190
191 2004-05-26  Umadevi S <sumadevi@novell.com>
192         * Added files DataTableCollectionTest and DataRelationCollectionTest to the system.data_test.dll.sources
193
194 2004-05-20 Umadevi S <sumadevi@novell.com>
195         * Fixed bug 58406- implemented the hasrow method, test program used
196          to test with the bug report
197
198 2004-05-19 Boris Kirzner <borisk@mainsoft.com>
199         * System.Data.dll.sources : Added DataContainer.cs
200         
201 2004-05-19 Boris Kirzner <borisk@mainsoft.com>
202         * System.Data.dll.sources : Added RecordCache.cs
203         
204 2004-05-14 Umadevi S <sumadevi@novell.com>
205         * System.Data.dll.sources : Added SQLDebugging.cs
206
207 2004-05-14 Umadevi S <sumadevi@novell.com>
208         * System.Data.dll.sources : Added OdbcParameterConverter.cs
209
210 2004-05-14 Umadevi S <sumadevi@novell.com>
211         * System.Data.dll.sources : Added OdbcCategoryAttribute.cs OdbcDescriptionAttribute.cs
212
213 2004-05-14 Umadevi S <sumadevi@novell.com>
214         * System.Data.dll.sources : Added OdbcCommandBuilder.cs
215
216 2004-05-14 Umadevi S <sumadevi@novell.com>
217         * System.Data.dll.sources : Added OdbcInfoMessageEventArgs.cs, OdbcInfoMessageEventHandler.cs
218
219 2004-05-14 Umadevi S <sumadevi@novell.com>
220         * System.Data.dll.sources : Added OdbcPermission.cs,OdbcPermissionAttribute.cs
221
222 2004-05-13  Umadevi S  <sumadevi@novell.com>
223                                                                                                     
224         * System.Data.dll.sources : added OleDbParameterConverter.cs
225                                                                                   
226
227 2004-05013  Umadevi S  <sumadevi@novell.com>
228
229         * System.Data.dll.sources : added RelationshipConverter.cs 
230
231 2004-05-07  Atsushi Enomoto <atsushi@ximian.com>
232
233         * System.Data.dll.sources : added XmlDataInferenceLoader.cs and
234           XmlDataReader.cs.
235
236 2004-04-26  Jackson Harper  <jackson@ximian.com>
237
238         * Makefile: output to profile directory.
239         
240 2004-04-26  Atsushi Enomoto <atsushi@ximian.com>
241
242         * System.Data.dll.sources : added CustomDataClassGenerator.cs.
243
244 2004-04-19  Atsushi Enomoto <atsushi@ximian.com>
245
246         * System.Data_test.dll.sources : added DataSetInferXmlSchemaTest.cs.
247
248 2004-04-19  Atsushi Enomoto <atsushi@ximian.com>
249
250         * System.Data.dll.sources : Added XmlSchemaDataImporter.cs
251
252 2004-04-15  Atsushi Enomoto <atsushi@ximian.com>
253
254         * System.Data_test.dll.sources :
255           added DataSetReadXmlSchemaTest.cs and DataSetAssertion.cs.
256
257 2004-04-14  Atsushi Enomoto <atsushi@ximian.com>
258
259         * System.Data_test.dll.sources : added DataSetReadXmlTest.cs.
260
261 2004-04-13  Atsushi Enomoto <atsushi@ximian.com>
262
263         * System.Data_test.dll.sources : added XmlDataDocumentTest2.cs.
264
265 2004-04-05  Lluis Sanchez Gual  <lluis@ximian.com>
266
267         * System.Data.dll.sources: removed SqlConnectionPool.cs.
268
269 2004-03-29  Juraj Skripsky <juraj@hotfeet.ch>
270
271         * System.Data.dll.sources : added classes in Mono.Data.SqlExpressions
272         * Makefile : add jay-target for Mono.Data.SqlExpressions/Parser.cs
273
274 2004-03-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
275
276         * System.Data.dll.sources : added classes
277
278 2004-03-04 Eran Domb <erand@mainsoft.com>
279
280         * System.Data.dll.sources : added Node.cs, ComparerFactory.cs.
281
282 2004-03-03  Atsushi Enomoto <atsushi@ximian.com>
283
284         * System.Data.dll.sources : added Index.cs.
285
286 2004-01-21  Atsushi Enomoto <atsushi@ximian.com>
287
288         * System.Data_test.dll.sources : Added TypedDataSetGeneratorTest.cs.
289
290 2004-01-20  Atsushi Enomoto <atsushi@ximian.com>
291
292         * System.Data.dll.sources: Added missing TypedDataSetGenerator.cs.
293
294 2003-12-28  Tim Coleman <tim@timcoleman.com>
295         * System.Data.dll.sources:
296                 Add new .NET 1.2 sources.
297
298 2003-12-21  Tim Coleman <tim@timcoleman.com>
299         * System.Data.dll.sources:
300                 Add new .NET 1.2 sources.
301
302 2003-12-19  Tim Coleman <tim@timcoleman.com>
303         * System.Data.dll.sources:
304                 Add new .NET 1.2 sources.
305
306 2003-12-16  Tim Coleman <tim@timcoleman.com>
307         * System.Data.dll.sources:
308                 Add new .NET 1.2 sources.
309
310 2003-11-26  Tim Coleman <tim@timcoleman.com>
311         * System.Data.dll.sources:
312                 Add many new System.Data classes for NET_2_0 build.
313
314 2003-11-25  Tim Coleman <tim@timcoleman.com>
315         * System.Data.dll.sources:
316                 Add System.Data/IDataSources.cs to build
317
318 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
319
320         * System.Data.dll.sources: Assembly/Locale.cs added, Assembly/AssemblyInfo.cs added
321
322 2003-07-18  Peter Williams  <peter@newton.cx>
323
324         * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not
325         a distable file.
326
327 2003-07-16  Peter Williams  <peter@newton.cx>
328
329         * Makefile: Flip around for the new default build
330         profile.
331
332 2003-06-16  Tim Coleman <tim@timcoleman.com>
333         * System.Data.Common/DbDataAdapter.cs:
334                 Add the DataTable to the result set even if it contains
335                 no rows.  Based on report by Krieg Andreas.
336
337 2003-03-17  Daniel Morgan <danmorg@sc.rr.com>
338
339         * System.Data.build: on windows build, ignore
340         warnings CS0219: "The variable xxx is assigned but its value is
341         never used" and CS0168: "The variable xxx
342         is declared but never used"
343         
344         * System.Data/DataRow.cs: flush
345         
346         * System.Data/DataSet.cs: start implementation on Clear(),
347         and WriteXml() should write the start element <?xml ... ?> at the top
348         of the document
349         
350         * System.Data/DataTable.cs: TODO/FIXME notes. Start implementation
351         of Compute() - still not working
352
353 2003-03-16  Daniel Morgan <danmorg@sc.rr.com>
354
355         * System.Data/DataRowView.cs: in the constructor pass
356         DataRow in instead of int index of the DataRow
357         in DataTable.Rows
358         
359         * System.Data/DataTable.cs: implement sorting
360         for method Select(filterExpression,sort)
361         
362         * System.Data/DataView.cs: more implementation -
363         Now, If Sort, RowFilter, or RowStateFilter is set, an 
364         enumerated DataRowViews will be a view with those
365         properties applied.  Still need to implement event handling
366         though.
367
368 2003-03-13  Tim Coleman <tim@timcoleman.com>
369         * System.Data.SqlClient/SqlCommandBuilder.cs:
370                 Change "where" variable name to "whereClause" at the
371                 request of Rhys Weatherley <rweather@zip.com.au>
372
373 2003-03-10  Daniel Morgan <danmorg@sc.rr.com>
374
375         * System.Data.SqlClient/SqlDataReader.cs: when 
376         the data reader is closed, this SqlDataReader referenced 
377         in SqlConnection needs to be null
378         
379         * System.Data.Common/DbDataAdapter.cs: for SelectCommands executed that
380         have no result set, such as, DDL like CREATE TABLE or DML like INSERT,
381         the data reader needs to be immediately closed, and 0 returned
382         as the number of rows added or refreshed
383
384 2003-02-18  Daniel Morgan <danmorg@sc.rr.com>
385
386         * DataTableRelationCollection.cs: removed file
387         because its internally in file DataRelationCollection.cs
388
389 2003-02-18  Alan Tam <Tam@SiuLung.com>
390
391         * DataRelation.cs: Added storage required to hold the relations.
392           Checking of constraints are not implemented yet.
393         * DataRelationCollection.cs: Implemented DataSetRelationCollection
394           and DataTableRelationCollection, both as inner class of the abstract class
395           DataRelationCollection (like Microsoft although not documented in ECMA).
396         * DataRow.cs: Implemented GetChildRows in a extremely slow way.
397           Need to implement caching like Microsoft later.
398         * DataSet.cs: Uncomment DataRelation related members. Uncomment
399           code for Nested XML. Implemented WriteTable(XmlWriter, DataRow[],
400           XmlWriteMode) for use of Nested XML. Fixed a wrong modifier in
401           GetSerializationData.
402         * DataTable.cs: Uncomment DataRelation related members.
403
404 2003-02-11  Tim Coleman <tim@timcoleman.com>
405         * System.Data.SqlClient/SqlConnection.cs:
406                 Close the data reader properly, and be sure
407                 to close the data reader when the connection
408                 is closed.
409
410 2003-02-10  Nick Drochak  <ndrochak@gol.com>
411
412         * System.Data.build: Keep the standalone tests out of the dll.
413
414 2003-02-09  Rodrigo Moya <rodrigo@ximian.com>
415
416         * System.Data.OleDb/OleDbConnection.cs:
417         * System.Data.OleDb/libgda.cs: upgraded to libgda 0.10.
418
419 2003-01-30  Ville Palo <vi64pa@koti.soon.fi>
420
421         * list: Added new file ExpressionElement.cs
422         
423 2003-01-26  Daniel Morgan <danmorg@sc.rr.com>
424
425         * System.Data/DataColumn.cs: fix to not check for DataType being set
426         
427         * System.Data/DataRow.cs: misc fixes
428         
429         * Test/SqlTest.cs: accept connection parameters from 
430         command line instead of being hard coded
431         
432         * Test/System.Data_test.build: exclude building SqlTest.cs
433         
434         * Test/System.Data/DataRowTest.cs
435         * Test/System.Data/DataColumnTest.cs: added new tests and numbered
436         all the tests so they can be easily identified
437         
438         * Test/System.Data/DataRelationTest.cs: commented code that calls
439         DataSet's BeginEdit() and EndEdit() which causes a compile error
440
441 2003-01-24  Daniel Morgan <danmorg@sc.rr.com>
442
443         * System.Data/DataColumn.cs: fixes to be like .NET - 
444         when setting AllowDBNull to false, determine if there is 
445         any data that has DBNull.Value, implement AutoIncrement, do not
446         allow changing the DataType of the column if data has already been
447         set, check if the DataType is supported, 
448         
449         * System.Data/DataColumnCollection.cs: handle default ColumnName
450         like .NET
451         
452         * System.Data/DataRow.cs: fixes to be like .NET - a
453         data column gets initialized to all DBNull.Values not null, 
454         implement AutoIncrement, when setting ItemArray if the item array being
455         set has less items than the number of columns in the table set those last
456         columns to DBNull.Value, after setting ItemArray values do an EndEdit(), 
457         both a null and DBNull.Value get set to a DBNull.Value, only use DefaultValue
458         and AutoIncrement if the value is set to null while DBNull.Value only gets set
459         to DBNull.Value
460
461 2003-01-17  Daniel Morgan <danmorg@sc.rr.com>
462
463         * System.Data.SqlClient.SqlConnection.cs: add connection 
464         parameter UID which is the same thing as User ID
465         
466 2003-01-13  Ville Palo <vi64pa@koti.soon.fi>
467
468         * System.Xml/XmlDataDocument.cs: lots of bugfixes and more implemented
469         methods.
470
471 2003-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
472
473         * list: added System.Data/DataTablePropertyDescriptor.cs
474
475 2002-12-27  Ville Palo <vi64pa@koti.soon.fi>
476
477         * list: Added System.Data/XmlDataLoader.cs
478         
479 2002-12-16  Ville Palo <vi64pa@koti.soon.fi>
480
481         * System.Xml/XmlDataDocument.cs: Now rollback works. It means all
482         types of transactions works, i guess ;)
483         
484 2002-12-14  Ville Palo <vi64pa@koti.soon.fi>
485
486         * System.Xml/XmlDataDocument.cs: Adding row via XmlDataDocument to
487         DataSet's datatable is now possible.
488         
489 2002-12-11  Ville Palo <vi64pa@koti.soon.fi>
490
491         * System.Xml/XmlDataDocument.cs: Implemented GetRowFromElement() and
492         GetElementFromRowElement () -methods. Somefixed and little clean up.
493
494 2002-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
495
496         * System.Data.SqlClient/SqlCommand.cs:
497         (CloseReader): don't get the output parameters here.
498         (GetOutputParameters): don't skip the stream. The parameters will be
499         there.
500
501         * System.Data.SqlClient/SqlConnection.cs: don't try to execute
502         'sp_reset_connection'.
503
504         * System.Data.SqlClient/SqlDataReader.cs: get the output parameters
505         after the end of the results.
506
507 2002-12-04  Ville Palo <vi64pa@koti.soon.fi>
508
509         * System.Xml/XmlDataDocument.cs: Now this works in both ways,
510         DataSet <--> XmlDataDocument.cs at some level at least.
511         
512 2002-12-02  Ville Palo <vi64pa@koti.soon.fi>
513
514         * System.Xml/XmlDataDocument.cs : some fixes and some imlemented 
515         methods.
516         
517 2002-12-01  Tim Coleman <tim@timcoleman.com>
518         * System.Data.SqlClient/SqlDataReader.cs:
519                 Change to reflect TdsSchemaInfo -> TdsDataColumnCollection
520                 shift.
521
522 2002-12-01  Ville Palo <vi64pa@koti.soon.fi>
523
524         * list: Added XmlDataDocument.cs
525         * System.Xml/XmlDataDocument.cs: more implementation.
526         
527 2002-11-30  Daniel Morgan <danmorg@sc.rr.com>
528
529         * System.Data.Odbc/OdbcDataReader.cs: implemented GetValues() method
530         needed by OdbcDataAdapter
531         
532         * System.Data.Odbc/OdbcDataAdapter.cs
533         * System.Data.Odbc/OdbcRowUpdatedEventArgs.cs
534         * System.Data.Odbc/OdbcRowUpdatedEventHandler.cs
535         * System.Data.Odbc/OdbcRowUpdatingEventArgs.cs
536         * System.Data.Odbc/OdbcRowUpdatingEventHandler.cs: added files for an
537         ODBC Data Adapter
538
539         * list: added new files to linux build 
540         in namespace System.Data.Odbc for the ODBC Data Adapter
541         
542         * System.Xml/XmlDataDocument.cs: commented method
543         protected internal override XPathNavigator CreateNavigator(XmlNode node)
544         because it would not compile on .NET Framework.  Added 
545         a FIXME comment there
546
547 2002-11-29  Ville Palo <vi64pa@koti.soon.fi>
548
549         * System.Xml/XmlDataDocument.cs: Started to implement.
550         
551 2002-11-26  Tim Coleman <tim@timcoleman.com>
552         * System.Data.SqlClient/SqlCommand.cs:
553         * System.Data.SqlClient/SqlConnection.cs:
554         * System.Data.SqlClient/SqlDataReader.cs:
555         * System.Data.SqlClient/SqlParameter.cs:
556         * System.Data.SqlClient/SqlParameterCollection.cs:
557         * System.Data.SqlClient/SqlTransaction.cs:
558                 Many changes around restructuring of parameter
559                 information so that the Sybase provider supports
560                 PREPAREs too.
561
562 2002-11-25  Ville Palo <vi64pa@koti.soon.fi>
563
564         * System.Data/DataSet.cs : Started to implement ReadXmlSchema -method
565         
566 2002-11-21  Tim Coleman <tim@timcoleman.com>
567         * System.Data.build:
568         * System.Data.SqlClient/SqlCommand.cs:
569         * System.Data.SqlClient/SqlConnection.cs:
570         * System.Data.SqlClient/SqlConnectionPool.cs:
571         * System.Data.SqlClient/SqlDataReader.cs:
572         * System.Data.SqlClient/SqlException.cs:
573         * System.Data.SqlClient/SqlInfoMessageEventArgs.cs:
574         * System.Data.SqlClient/SqlParameter.cs:
575         * System.Data.SqlClient/SqlTransaction.cs:
576         * System.Data.SqlClient/SqlXmlTextReader.cs:
577         * System.Data.SqlTypes/SqlDecimal.cs:
578                 Modify to accept new Mono.Data.Tds.Protocol
579                 namespace in Mono.Data.Tds assembly, replacing
580                 Mono.Data.TdsClient.Internal
581
582 2002-11-20  Ville Palo <vi64pa@koti.soon.fi>
583
584         * System.Data.SqlTypes/SqlDecimal.cs: Ported some divide-stuff from 
585         decimal.c file. Does not work correctly yet.
586         
587 2002-11-18  Tim Coleman <tim@timcoleman.com>
588         * System.Data.SqlClient/SqlConnection.cs:
589                 BeginTransaction bug.
590         * System.Data.SqlClient/SqlParameter.cs:
591                 Add some comments to describe what is going on.
592         * System.Data.SqlClient/SqlCommand.cs:
593                 Add a TODO.
594         * System.Data.SqlClient/SqlDataReader.cs:
595                 Add support to get SQL Types
596
597 2002-11-16  Daniel Morgan <danmorg@sc.rr.com>
598
599         * System.Data/DataView.cs: fix bug
600         with DataViewEnumerator causing InvalidOperationException
601         on the last item
602
603 2002-11-15  Tim Coleman <tim@timcoleman.com>
604         * System.Data.Common/DbDataPermission.cs:
605         * System.Data.SqlClient/SqlClientPermission.cs:
606                 Make these agree on the class status page.
607         * System.Data.SqlClient/SqlCommand.cs:
608                 - Fix up handling of GUID and [Var]Binary, and Image types
609         * System.Data.SqlClient/SqlParameter.cs:
610                 - Provide support for conversion between Type,
611                   DbType, SqlDbType, and the SQL server type names.
612                 - Fix up handling of GUID and [Var]Binary types
613         * System.Data.SqlClient/SqlParameterCollection.cs:
614                 Correct all of the Add methods.
615         * Test/SqlTest.cs:
616                 - Add more types to test: unique identifier, binary,
617                   image, smalldatetime, money, smallmoney, timestamp
618
619 2002-11-14  Daniel Morgan <danmorg@sc.rr.com>
620
621         * System.Data/DataColumnPropertyDescriptor.cs
622         * System.Data/DataRowView.cs
623         * System.Data/DataView.cs
624         * System.Data.Common/DbDataRecord.cs: a little bit more
625         implementation for data binding purposes
626         
627         * Test/PostgresTest.cs
628         * Test/TestSqlDataAdapter.cs
629         * Test/TestSqlException.cs
630         * TestSqlParameters.cs: fixed test for PostgreSQL's new home
631         at Mono.Data.PostgreSqlClient
632
633 2002-11-14  Tim Coleman <tim@timcoleman.com>
634         * System.Data.SqlClient/SqlCommand.cs:
635                 Slight reformatting of Bit values and sql statements
636         * System.Data.SqlClient/SqlDataReader.cs:
637                 Implement RecordsAffected
638                 Complete SchemaTable
639         * System.Data.SqlClient/SqlParameter.cs:
640                 Propertly support Char/NChar
641         * System.Data.SqlClient/SqlXmlTextReader.cs:
642                 Add Close () to the Dispose () method
643
644 2002-11-13  Tim Coleman <tim@timcoleman.com>
645         * Test/SqlTest.cs:
646                 New class added for testing SqlClient
647         * System.Data.SqlClient/SqlCommand.cs:
648                 Add handling for SqlDbType.Bit
649         * System.Data.SqlClient/SqlConnection.cs:
650                 Implement Dispose () methods.
651                 Change ConnectionString setter
652         * System.Data.SqlClient/SqlDataReader.cs:
653                 Implement Dispose () methods.
654                 Set RecordsAffected to -1 by default. Need to
655                 set this correctly in the future.
656         * System.Data.SqlClient/SqlCommandBuilder.cs:
657         * System.Data.SqlClient/SqlDataAdapter.cs:
658         * System.Data.SqlClient/SqlTransaction.cs:
659         * System.Data.SqlClient/SqlXmlTextReader.cs:
660                 Implement Dispose () methods.
661
662 2002-11-12  Tim Coleman <tim@timcoleman.com>
663         * list:
664                 Remove Mono.Data.TdsClient.Internal/TdsContext.cs
665         * System.Data.SqlClient/SqlRowUpdatedEventArgs.cs:
666         * System.Data.SqlClient/SqlRowUpdatingEventArgs.cs:
667                 Complete these classes
668         * System.Data.Common/DbDataAdapter.cs:
669                 Experimental support for FillSchema ()
670
671 2002-11-11  Tim Coleman <tim@timcoleman.com>
672         * System.Data/ResDescriptionAttribute.cs:
673         * list
674                 New internal class added
675         * System.Data/Constraint.cs:
676         * System.Data/ConstraintCollection.cs:
677         * System.Data/DBConcurrencyException.cs:
678         * System.Data/DataColumn.cs:
679         * System.Data/DataColumnCollection.cs:
680         * System.Data/DataRelation.cs:
681         * System.Data/DataRelationCollection.cs:
682         * System.Data/DataRow.cs:
683         * System.Data/DataRowBuilder.cs:
684         * System.Data/DataRowBuilder.cs:
685         * System.Data/DataRowCollection.cs:
686         * System.Data/DataSet.cs:
687         * System.Data/DataTable.cs:
688         * System.Data/DataTableCollection.cs:
689         * System.Data/DataView.cs:
690         * System.Data/DataViewManager.cs:
691         * System.Data/DataViewSetting.cs:
692         * System.Data/DataViewSettingCollection.cs:
693         * System.Data/ForeignKeyConstraint.cs:
694         * System.Data/ForeignKeyConstraint.cs:
695         * System.Data/InternalDataCollectionBase.cs:
696         * System.Data/MergeFailedEventArgs.cs:
697         * System.Data/StrongTypingException.cs:
698         * System.Data/TypeDataSetGeneratorException.cs:
699         * System.Data/UniqueConstraint.cs:
700         * System.Data.Common/DataAdapter.cs:
701         * System.Data.Common/DataColumnMapping.cs:
702         * System.Data.Common/DataColumnMappingCollection.cs:
703         * System.Data.Common/DataTableMapping.cs:
704         * System.Data.Common/DataTableMappingCollection.cs:
705         * System.Data.Common/DbDataAdapter.cs:
706         * System.Data.Common/DbDataPermission.cs:
707         * System.Data.Common/DbDataPermissionAttribute.cs:
708         * System.Data.Common/DbEnumerator.cs:
709         * System.Data.SqlClient/SqlCommand.cs:
710         * System.Data.SqlClient/SqlCommandBuilder.cs:
711         * System.Data.SqlClient/SqlConnection.cs:
712         * System.Data.SqlClient/SqlDataAdapter.cs:
713         * System.Data.SqlClient/SqlParameter.cs:
714                 Add missing attributes, methods, properties based on information
715                 from System.Data class status page on go-mono.com.
716
717
718 2002-11-10  Ville Palo <vi64pa@koti.soon.fi>
719
720         * System.Data.SqlTypes/SqlString.cs: Now all methods are implemented
721         
722 2002-11-09  Tim Coleman <tim@timcoleman.com>
723         * list:
724         * System.Data/DataCategoryAttribute.cs:
725                 Add new attribute based on corcompare
726
727 2002-11-09  Rodrigo Moya <rodrigo@ximian.com>
728
729         * System.Data.OleDb/OleDbDataAdapter.cs: cleaned up implementation,
730         based on the PgSql/SqlClient data adapter classes.
731
732 2002-11-09  Tim Coleman <tim@timcoleman.com>
733         * list:
734                 Add new internal tds classes
735         * System.Data.Common/DbDataAdapter.cs:
736         * System.Data.SqlClient/SqlDataAdapter.cs:
737                 Change event calling system
738         * System.Data.SqlClient/SqlClientPermission.cs:
739         * System.Data.SqlClient/SqlClientPermissionAttribute.cs:
740         * System.Data.SqlClient/SqlDataReader.cs:
741                 Add comments
742         * System.Data.SqlClient/SqlCommand.cs:
743                 Some changes to make consistent with .NET based on Sql server traces
744                 Implement command timeout
745         * System.Data.SqlClient/SqlCommandBuilder.cs:
746                 Make sure that we only build a command if key info found
747         * System.Data.SqlClient/SqlConnection.cs:
748                 Change event calling system
749                 Some changes to make consistent with .NET based on Sql server traces
750                 Implement connection timeout
751         * System.Data.SqlClient/SqlConnectionPool.cs:
752                 Implement connection timeout
753         * System.Data.SqlClient/SqlError.cs:
754                 Implement ToString ()
755         * System.Data.SqlClient/SqlException.cs:
756                 Mucho implementation and cleanup
757         * System.Data.SqlClient/SqlParameter.cs:
758                 Implement Clone ()
759         * System.Data.SqlClient/SqlParameterCollection.cs:
760                 Code cleanup
761         * System.Data.SqlClient/SqlTransaction.cs:
762                 Move some of the transaction creation to SqlConnection to be consistent
763                 with .NET SQL traces
764
765 2002-11-08  Tim Coleman <tim@timcoleman.com>
766         * System.Data/DataRow.cs:
767         * System.Data/DataTable.cs:
768                 Some fix-ups related to the DbDataAdapter to make it work.
769         * System.Data.Common/DbDataAdapter.cs:
770                 Fix the Fill () and Update () methods.  These now work
771                 fairly well.  Need mucho testing.
772         * System.Data.SqlClient/SqlCommandBuilder.cs:
773                 Support table mappings and parameter source versions now.
774         * System.Data.SqlClient/SqlConnection.cs:
775         * System.Data.SqlClient/SqlTransaction.cs:
776                 Add set accessor for transaction so that SqlTransaction.Commit ()
777                 will remove itself from the connection.
778         * System.Data.SqlClient/SqlDataAdapter.cs:
779                 Update/Insert/Delete command should be null by default.
780         * System.Data.SqlClient/SqlException.cs:
781                 Remove a TODO attribute
782         * System.Data.SqlClient/SqlRowUpdatingEventArgs.cs:
783                 Properly handle the SqlCommand object
784
785 2002-11-08  Ville Palo <vi64pa@koti.soon.fi>
786
787         * System.Data.SqlTypes/SqlDateTime.cs: Now the all methods are 
788         implemented.
789         
790 2002-11-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
791
792         * System.Data.SqlTypes/SqlDecimal.cs: fixed build. Someone should check
793         my comments and do something more appropiate.
794
795 2002-11-07  Ville Palo <vi64pa@koti.soon.fi>
796
797         * System.Data.SqlTypes/SqlBinary.cs:
798         * System.Data.SqlTypes/SqlBoolean.cs:
799         * System.Data.SqlTypes/SqlByte.cs:
800         * System.Data.SqlTypes/SqlDateTime.cs:
801         * System.Data.SqlTypes/SqlDecimal.cs:
802         * System.Data.SqlTypes/SqlDouble.cs:
803         * System.Data.SqlTypes/SqlDecimal.cs:
804         * System.Data.SqlTypes/SqlGuid.cs:
805         * System.Data.SqlTypes/SqlInt16.cs:
806         * System.Data.SqlTypes/SqlInt32.cs:
807         * System.Data.SqlTypes/SqlInt64.cs:
808         * System.Data.SqlTypes/SqlMoney.cs:
809         * System.Data.SqlTypes/SqlSingle.cs:
810         * System.Data.SqlTypes/SqlString.cs: Implemented more methods and 
811         fixed some. SqlBoolean Equals (object value) -method improvements to
812         all classes.
813         
814 2002-11-07  Tim Coleman <tim@timcoleman.com>
815         * System.Data.Common/DbDataAdapter.cs:
816                 Remove NotImplementedException in Dispose
817         * System.Data.Common/FieldNameLookup.cs:
818                 Should be sealed
819         * System.Data.SqlClient/SqlCommand.cs:
820                 Fix CommandText accessor (stack overflow)
821                 Implement DeriveParameters method
822         * System.Data.SqlClient/SqlCommandBuilder.cs:
823                 Implement this class
824         * System.Data.SqlClient/SqlConnection.cs:
825                 Change application name to "Mono SqlClient Data Provider"
826         * System.Data.SqlClient/SqlDataReader.cs:
827                 Add new schema information
828         * System.Data.SqlClient/SqlError.cs:
829         * System.Data.SqlClient/SqlErrorCollection.cs:
830                 Remove internal methods, TODO attributes
831         * System.Data.SqlClient/SqlParameter.cs:
832                 Add new internal constructor for DeriveParameters use
833         * System.Data.SqlClient/SqlParameterConverter.cs:
834                 Add missing methods based on class status
835
836 2002-11-07  Nick Drochak <ndrochak@gol.com>
837         * list: add System.Data/ColumnDataPropertyDescriptor.cs
838
839 2002-11-04  Tim Coleman <tim@timcoleman.com>
840         * list:
841                 Add Mono.Data.TdsClient.Internal.TdsInternalError
842                 Add Mono.Data.TdsClient.Internal.TdsInternalErrorCollection
843                 Add Mono.Data.TdsClient.Internal.TdsInternalErrorMessageEventHandler
844                 Add Mono.Data.TdsClient.Internal.TdsInternalErrorMessageEventArgs
845                 Add Mono.Data.TdsClient.Internal.TdsInternalInfoMessageEventHandler
846                 Add Mono.Data.TdsClient.Internal.TdsInternalInfoMessageEventArgs
847                 Remove Mono.Data.TdsClient.Internal.TdsPacketErrorResult
848                 Remove Mono.Data.TdsClient.Internal.TdsPacketErrorResultCollection
849                 Remove Mono.Data.TdsClient.Internal.TdsPacketMessageResult
850         * System.Data.Common/RowUpdatedEventArgs.cs:
851         * System.Data.Common/RowUpdatingEventArgs.cs:
852                 Implement
853         * System.Data.SqlClient/SqlCommand.cs:
854         * System.Data.SqlClient/SqlDataReader.cs:
855                 Remove checks for errors.  These are now handled by events
856         * System.Data.SqlClient/SqlConnection.cs:
857         * System.Data.SqlClient/SqlError.cs:
858         * System.Data.SqlClient/SqlException.cs:
859         * System.Data.SqlClient/SqlInfoMessageEventArgs.cs:
860                 Add event handlers and triggers for errors, messages, state change
861         * System.Data.SqlClient/SqlParameter.cs:
862                 Re-add refreshproperties
863         * System.Data.SqlClient/SqlRowUpdatedEventArgs.cs:
864         * System.Data.SqlClient/SqlRowUpdatedEventHandler.cs:
865         * System.Data.SqlClient/SqlRowUpdatingEventArgs.cs:
866         * System.Data.SqlClient/SqlRowUpdatingEventHandler.cs:
867                 Implement
868
869 2002-11-04  Tim Coleman <tim@timcoleman.com>
870         * list:
871                 Add Mono.Data.TdsClient.Internal.TdsBigDecimal
872                 Add System.Data.SqlClient.SqlParameterConverter
873                 Add System.Data.DataSysDescriptionAttribute
874         * System.Data/DataSysDescriptionAttribute.cs:
875                 New class added
876         * System.Data.Common/DbDataPermission.cs:
877                 Add CreateInstance method
878         * System.Data.SqlClient/SqlClientPermission.cs:
879         * System.Data.SqlClient/SqlError.cs:
880                 Add Serializable attribute
881         * System.Data.SqlClient/SqlCommand.cs:
882         * System.Data.SqlClient/SqlConnection.cs:
883         * System.Data.SqlClient/SqlDataAdapter.cs:
884         * System.Data.SqlClient/SqlParameter.cs:
885                 Add some missing property attributes
886         * System.Data.SqlClient/SqlCommandBuilder.cs:
887                 Add some missing property attributes
888                 Implement properties
889         * System.Data.SqlClient/SqlDataReader.cs:
890                 Implement missing methods
891         * System.Data.SqlClient/SqlErrorCollection.cs:
892                 Implement the properties
893         * System.Data.SqlClient/SqlException.cs:
894                 Remove extra property accessors
895         * System.Data.SqlClient/SqlInfoMessageEventArgs.cs:
896                 Add internal constructor
897         * System.Data.SqlClient/SqlParameterCollection.cs:
898                 Add internal constructor
899                 Add property attributes
900         * System.Data.SqlClient/SqlParameterConverter.cs:
901                 New internal class added
902         * System.Data.SqlClient/SqlRowUpdatedEventArgs.cs:
903         * System.Data.SqlClient/SqlRowUpdatingEventArgs.cs:
904                 Remove destructor
905         * System.Data.SqlTypes/SqlDecimal.cs:
906                 Add implicit conversion from TdsBigDecimal to SqlDecimal
907         * System.Data.SqlTypes/SqlString.cs:
908         * System.Data.SqlTypes/SqlInt16.cs:
909         * System.Data.SqlTypes/SqlDateTime.cs:
910                 Change code to remove compiler warnings
911
912 2002-11-04  Stuart Caborn <stuart.caborn@clearswift.com>
913
914         * list: added System.Data/XmlConstants.cs to
915         Linux build
916
917     * System.Data/XmlConstants.cs: added -
918         * System.Data/DataTable.cs
919         * System.Data/DataSet.cs
920         * System.Data/DataColumn.cs
921         * System.Data/DataColumnCollection.cs
922         * System.Data/DataRelation.cs: modified -
923         Began initial implementation of WriteXml 
924         and WriteXmlSchema. There is no support for DiffGrams 
925         yet. In WriteSchema mode, relationships are missing, 
926         all types are xs:string and the namespacing is not 
927         working properly. Added support for Ordinals in the 
928         DataColumnCollection and added support for 
929         namespaces and prefixes.
930
931 2002-11-03  Ville Palo <vi64pa@koti.soon.fi>
932
933         * System.Data.SqlTypes/SqlBinary.cs: Finished and no errors generated
934         by NUnitConsole_mono.exe
935         
936 2002-11-03  Tim Coleman (tim@timcoleman.com)
937         * System.Data.SqlClient/SqlCommand.cs:
938                 Use SET NO_BROWSETABLE ON when CommandBehavior is KeyInfo
939         * System.Data.SqlClient/SqlDataReader.cs:
940                 Get more schema info if available
941         * list:
942                 Add Mono.Data.TdsClient.Internal.TdsColumnStatus
943
944 2002-11-02  Tim Coleman (tim@timcoleman.com) 
945         * System.Data.SqlClient/SqlCommand.cs:
946                 Change to use sp_executesql to run regular text queries.
947                 Now, sp_executesql for text, sp_execute for prepared,
948                 and execute for SPs means everything runs a procedure.
949         * System.Data.SqlClient/SqlParameter.cs:
950                 Allow client to set parameter name in Prepare ()
951         * System.Data.SqlClient/SqlParameterCollection.cs:
952                 Implement some methods
953         * System.Data.SqlClient/SqlDataReader.cs:
954                 Since everything is an SP now, we know that when
955                 we see DoneProc, that we are really done.
956
957 2002-11-01  Tim Coleman (tim@timcoleman.com) :
958         * System.Data.Common/DbEnumerator.cs :
959                 Throw correct exception on Reset ()
960                 Add ColumnSize to schema table.
961         * System.Data.SqlClient/SqlDataReader.cs :
962                 Add ColumnSize to schema table.
963         * System.Data.SqlClient/SqlCommand.cs :
964                 Change the way that preparing is handled.
965                 Now uses sp_prepare on the server instead of temp
966                 stored procedures because it's the Right Thing[tm] to do.
967         * System.Data.SqlClient/SqlConnection.cs :
968                 Store data readers here rather than in command
969         * System.Data.SqlClient/SqlDataReader.cs :
970                 More implementation, including binary types
971         * System.Data.SqlClient/SqlParameter.cs :
972                 Lowercase type name
973
974 2002-10-31  Tim Coleman (tim@timcoleman.com)
975         * System.Data.Common/DbDataAdapter.cs :
976                 Fix handling of nulls
977         * System.Data.Common/DbDataRecord.cs :
978                 Change GetFieldType ()
979         * System.Data.Common/DbEnumerator.cs :
980                 Add new schema information
981         * System.Data.Common/FieldNameLookup.cs :
982                 Change definition of schema
983         * System.Data.Common/SchemaInfo.cs :
984                 Add more information
985         * System.Data.SqlClient/SqlDataReader.cs :
986                 get more schema table data
987         * list :
988                 Add Mono.Data.TdsClient.Internal.TdsSchemaInfo
989
990 2002-10-31  Ville Palo <vi64pa@koti.soon.fi>
991
992         * SqlBinary.cs:
993         * SqlBoolean.cs:
994         * SqlByte.cs:
995         * SqlDecimal.cs:
996         * SqlDouble.cs:
997         * SqlInt16.cs:
998         * SqlInt64.cs:
999         * SqlString.cs: Some bugfixes and some TODOs but so much 
1000         work to do.
1001
1002 2002-10-30  Tim Coleman (tim@timcoleman.com)
1003         * System.Data.Common/FieldNameLookup.cs:
1004         * System.Data.Common/SchemaInfo.cs:
1005         * System.Data.SqlClient/SqlXmlTextReader.cs:
1006                 New classes added
1007         * list :
1008                 Class list changed in build
1009         * System.Data.SqlClient/SqlCommand.cs:
1010                 Added support for command behaviors
1011                 Refactored a bunch of code
1012                 Implement ExecuteScalar
1013                 Implement ExecuteXmlReader
1014         * System.Data.SqlClient/SqlConnection.cs:
1015                 Moved CheckForErrors here
1016         * System.Data.SqlClient/SqlDataAdapter.cs:
1017                 Code reformatting
1018         * System.Data.SqlClient/SqlDataReader.cs:
1019                 Implement GetEnumerator
1020                 Fix NextResult, Read
1021                 Add SqlDataReaderEnumerator private class
1022         * System.Data.SqlClient/SqlParameter.cs:
1023                 Move some of the Prepare code from SqlCommand to here
1024         * System.Data.SqlClient/SqlTransaction.cs:
1025                 Move error checking to SqlConnection
1026
1027 2002-10-29  Tim Coleman (tim@timcoleman.com)
1028         * System.Data.SqlClient/SqlCommand.cs:
1029                 Added code to handle parameters for queries
1030         * System.Data.SqlClient/SqlConnection.cs:
1031                 Properly handle resetting SqlConnections
1032         * System.Data.SqlClient/SqlDataReader.cs:
1033                 Properly handle the case where no results are returned
1034         * System.Data.SqlClient/SqlParameter.cs:
1035                 Default direction to Input
1036         * System.Data.SqlClient/SqlParameterCollection.cs:
1037                 Implement GetEnumerator
1038
1039 2002-10-29  Rodrigo Moya <rodrigo@ximian.com>
1040
1041         * makefile.gnu: added Test directory.
1042
1043 2002-10-29  Ville Palo <vi64pa@koti.soon.fi>
1044
1045         * System.Data.SqlTypes/SqlGuid.cs: Fixed some bugs and finished 
1046         couple of MonoTODOs.
1047         
1048 2002-10-28  Tim Coleman (tim@timcoleman.com)
1049         * System.Data.SqlClient/SqlCommand.cs:
1050                 Add some error handling
1051         * System.Data.SqlClient/SqlDataReader.cs:
1052                 Add some error handling
1053                 Add precision/scale to schema table
1054         * System.Data.SqlClient/SqlException.cs:
1055                 Generate a SqlException from TDS error
1056                 collection
1057         * System.Data.SqlClient/SqlTransaction.cs:
1058                 Add some error handling
1059
1060
1061 2002-10-28  Ville Palo <vi64pa@koti.soon.fi>
1062
1063         * System.Data.SqlTypes/SqlBinary.cs:
1064         * System.Data.SqlTypes/SqlBoolean.cs:
1065         * System.Data.SqlTypes/SqlByte.cs:
1066         * System.Data.SqlTypes/SqlDateTime.cs:
1067         * System.Data.SqlTypes/SqlDecimal.cs:
1068         * System.Data.SqlTypes/SqlDouble.cs:
1069         * System.Data.SqlTypes/SqlDecimal.cs:
1070         * System.Data.SqlTypes/SqlDouble.cs:
1071         * System.Data.SqlTypes/SqlGuid.cs:
1072         * System.Data.SqlTypes/SqlInt16.cs:
1073         * System.Data.SqlTypes/SqlInt32.cs:
1074         * System.Data.SqlTypes/SqlInt64.cs:
1075         * System.Data.SqlTypes/Money.cs:
1076         * System.Data.SqlTypes/SqlSingle.cs:
1077         * System.Data.SqlTypes/SqlString.cs:
1078         * System.Data.SqlTypes/SqlSingle.cs: Fixed internal loop bugs and
1079         some other minor fixes.
1080
1081 2002-10-27  Rodrigo Moya <rodrigo@ximian.com>
1082
1083         * System.Data.OleDb/OleDbDataAdapter.cs (Fill, FillSchema,
1084         GetFillParameters, Update): added overloaded methods.
1085
1086         * System.Data.OleDb/OleDbCommand.cs:
1087         * System.Data.OleDb/OleDbDataReader.cs:
1088         * System.Data.OleDb/OleDbConnection.cs: removed limitation of one
1089         data adapter at a time. Mono's version can open as many as you want,
1090         for free.
1091
1092 2002-10-25  Tim Coleman (tim@timcoleman.com)
1093         * System.Data.SqlClient/SqlConnectionPool.cs:
1094                 New class added
1095         * System.Data.SqlClient/SqlClientPermission.cs:
1096         * System.Data.SqlClient/SqlClientPermissionAttribute.cs:
1097         * System.Data.SqlClient/SqlInfoMessageEventArgs.cs:
1098         * System.Data.SqlClient/SqlInfoMessageEventHandler.cs:
1099         * System.Data.SqlClient/SqlParameter.cs:
1100         * System.Data.SqlClient/SqlParameterCollection.cs:
1101                 Code reformatting
1102         * System.Data.SqlClient/SqlCommand.cs:
1103         * System.Data.SqlClient/SqlConnection.cs:
1104         * System.Data.SqlClient/SqlException.cs:
1105         * System.Data.SqlClient/SqlTransaction.cs:
1106                 New code based on work in TDS Client
1107         * list:
1108                 New files added for SqlClient, and TdsClient.Internal
1109         * System.Data.build:
1110                 Added reference to System.EnterpriseServices.dll
1111                 Still leave SqlClient out of build until danmorg
1112                 can fix.
1113
1114 2002-10-23  Ville Palo <vi64pa@koti.soon.fi>
1115
1116         * System.Data.SqlTypes/SqlDouble.cs:
1117         * System.Data.SqlTypes/SqlSingle.cs: Finished
1118         
1119 2002-10-23  Ville Palo <vi64pa@koti.soon.fi>
1120         
1121         * System.Data.SqlTypes/SqlByte.cs:
1122         * System.Data.SqlTypes/SqlBoolean.cs:
1123         * System.Data.SqlTypes/SqlInt16.cs:
1124         * System.Data.SqlTypes/SqlInt32.cs:
1125         * System.Data.SqlTypes/SqlInt64.cs: Finished. 
1126                 
1127 2002-10-21  Rodrigo Moya <rodrigo@ximian.com>
1128
1129         * list: removed libodbchelper.cs file, which has been removed.
1130
1131 2002-10-16  Tim Coleamn <tim@timcoleman.com>
1132         * list:
1133         * System.Data.build:
1134                 Exclude compiling of System.Data.SqlClient in
1135                 preparation for overhauls of that system.
1136
1137 2002-10-16  Daniel Morgan <danmorg@sc.rr.com>
1138
1139         * ParmUtil.cs
1140         * PostgresLibrary.cs
1141         * PostgresTypes.cs
1142         * SqlClientPermission.cs
1143         * SqlClientPermissionAttribute.cs
1144         * SqlCommand.cs
1145         * SqlCommandBuilder.cs
1146         * SqlConnection.cs
1147         * SqlDataAdapter.cs
1148         * SqlDataReader.cs
1149         * SqlError.cs
1150         * SqlErrorCollection.cs
1151         * SqlException.cs
1152         * SqlInfoMessageEventArgs.cs
1153         * SqlInfoMessageEventHandler.cs
1154         * SqlParameter.cs
1155         * SqlParameterCollection.cs
1156         * SqlRowUpdatedEventArgs.cs
1157         * SqlRowUpdatedEventHandler.cs
1158         * SqlRowUpdatingEventArgs.cs
1159         * SqlRowUpdatingEventHandler.cs
1160         * SqlTransaction.cs: thanks to Miguel de Icaza, he 
1161         copied files on the mono cvs server
1162         from mcs/class/System.Data/System.Data.SqlClient 
1163         for the PostgreSQL provider
1164         to mcs/class/Mono.Data.PostgreSqlClient.  
1165         This frees up
1166         mcs/class/System.Data/System.Data.SqlClient for 
1167         the Microsoft SQL Server provider.  
1168         Any Mono.Data.PostgreSqlClient/Sql*.cs files
1169         were copied on the cvs server 
1170         to Mono.Data.PostgreSqlClient/PgSql*.cs files 
1171         and the old Mono.Data.PostgreSqlClient/Sql*.cs
1172         files were removed.  Copying, renaming, and removing
1173         was done on the cvs server so we could keep 
1174         the cvs change history.
1175
1176 2002-10-15  Daniel Morgan <danmorg@sc.rr.com>
1177
1178         * System.Data.OleDb/libgda.cs: added more functions
1179         to platfrom invoke into shared library libgda
1180         
1181         * System.Data.OleDb/OleDbDataReader.cs: implemented
1182         GetSchemaTable() and GetFieldType()
1183
1184 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
1185
1186         * System.Data/DataRow.cs: don't throw exception 
1187         if DBNull is false.  Had to do comment this line
1188         to allow a typeof(Type).
1189         
1190         * System.Data.SqlClient/SqlCommand.cs: the "DataType"
1191         DataColumn and DataRows in a DataTable for a schema should 
1192         be typeof Type, not string.  This is to make it 
1193         compatible with MS.NET
1194         
1195         * System.Data.SqlClient/SqlConnection.cs: the 
1196         isolation level should be set before
1197         beginning the transaction
1198         
1199         * Test/SqlSharpCli.cs: change string to Type for
1200         "DataType" from a DataRow in a DataTable 
1201         that contains a schema.  
1202
1203 2002-10-14  Rodrigo Moya <rodrigo@ximian.com>
1204
1205         * list: added missing Odbc files.
1206
1207 2002-10-09  Rodrigo Moya <rodrigo@ximian.com>
1208
1209         * list: added System.Data.Odbc files.
1210
1211 2002-10-09  Brian Ritchie <brianlritchie@hotmail.com>
1212
1213         * System.Data.Odbc/*: added first version of ODBC managed provider.
1214
1215 2002-10-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1216
1217         * System.Data/ConstraintCollection.cs:
1218         * System.Data/DataColumnCollection.cs:
1219         * System.Data/DataRowCollection.cs:
1220         * System.Data/DataTableCollection.cs:
1221         * System.Data/InternalDataCollectionBase.cs: made List internal to fix
1222         the build with csc. It must be a mcs bug. I will try to get a test case.
1223
1224 2002-10-06  Luis Fernandez <luifer@onetel.net.uk>
1225
1226         * System.Data/Constraint.cs (AssertConstraint): added overloaded
1227         method.
1228
1229         * System.Data/DataColumnCollection.cs: added constraints when needed.
1230
1231         * System.Data/DataRow.cs: validate UniqueConstraint's.
1232
1233         * System.Data/DataRowCollection.cs (ValidateDataRowInternal): new
1234         internal method to validate a given DataRow with respect to the
1235         DataRowCollection.
1236
1237         * System.Data/ForeignKeyConstraint.cs (AssertConstraint): stubs for
1238         new overloaded method.
1239
1240         * System.Data/UniqueConstraint.cs: added implementation.
1241         (AseertConstraint): implemented new overloaded method.
1242         
1243 2002-10-01  Rodrigo Moya <rodrigo@ximian.com>
1244
1245         * System.Data.OleDb/OleDbConnection.cs (Open): commented code from
1246         last commit, which wasn't supposed to be in CVS yet.
1247
1248 2002-10-01  Luis Fernandez <luifer@onetel.net.uk>
1249
1250         * System.Data/DataColumn.cs:
1251         * System.Data/DataRow.cs:
1252         * System.Data/DataRowCollection.cs:
1253         * System.Data/DataTable.cs: some fixes and implementation.
1254
1255 2002-09-28  Vladimir Vukicevic <vladimir@pobox.com>
1256
1257         * System.Data.OleDb/OleDbConnection.cs: Close
1258         reader properly in call to ExecuteScalar().
1259
1260 2002-09-07  Rodrigo Moya <rodrigo@ximian.com>
1261
1262         * System.Data.OleDb/OleDbConnection.cs (Open): changed to use OleDb
1263         connection strings, which are then converted to GDA connection
1264         strings, instead of using directly GDA data source names.
1265
1266         * System.Data.OleDb/libgda.cs: added more needed functions.
1267         
1268 2002-09-06  Franklin Wise <gracenote@earthlink.net>
1269         
1270         * System.Data/DataColumn.cs: More flushing out.
1271
1272         * System.Data/ForeignKeyConstraint.cs: Implemented GetHashCode()
1273
1274         * System.Data/UniqueKeyConstraint.cs: Implemented GetHashCode()
1275         
1276         * Tests:  See Changelog for System.Data/Test
1277         
1278 2002-09-04  Franklin Wise <gracenote@earthlink.net>
1279         
1280         * Tests:  See Changelog for System.Data/Test
1281         
1282         * New Files:
1283                 System.Data/DataColumnCollectionTest.cs
1284                 System.Data/DataRowCollectionTest.cs
1285                 System.Data/DataRowTest.cs
1286
1287         * System.Data/DataColumn.cs:  Flushing out validation, type conversion for
1288         autoincrement.  Added lots of TODO's.
1289         * System.Data/DataColumnCollection.cs:  Wrote out add logic as a comment.
1290         Tagged implementation with FIXME tags.  Lot's more validation
1291         and setup needs to be done, much of which is now tagged as todo's
1292         or FIXME's
1293
1294         * System.Data/DataRow.cs: Lot's of fixme's added.
1295         
1296         * System.Data/DataRowCollection.cs: TODO's added.
1297
1298         * System.Data/DataTable.cs:  Implemented PrimaryKey.  
1299
1300         * System.Data/UniqueConstraint.cs: Implemented related PrimaryKey
1301         helpers.
1302
1303 2002-08-25  Rodrigo Moya <rodrigo@ximian.com>
1304
1305         * System.Data.OleDb/OleDbTransaction.cs (OleDbTransaction): manage
1306         correctly the isolation level.
1307         (IsolationLevel): likewise.
1308         (~OleDbTransaction): implemented.
1309
1310         * System.Data.OleDb/libgda.cs: added more needed stuff.
1311
1312 2002-08-22  Daniel Morgan <danmorg@sc.rr.com>
1313
1314         * System.Data.SqlClient/SqlParameter.cs: flush
1315         
1316         * System.Data.SqlClient/SqlParameterCollection.cs: fixes
1317         for the Item property, IndexOf, and Contains.
1318         
1319         * Test/SqlSharpCli.cs: added input parameters support.
1320         when a query is executed, if a parameter name matches
1321         a SQL# internal variable name, it uses that value for the parameter; otherwise,
1322         the user is prompted for the parameter value.  Currently, it only supports 
1323         string parameters.
1324
1325 2002-08-21  Rodrigo Moya <rodrigo@ximian.com>
1326
1327         * System.Data.OleDb/libgda.cs: adapted to changes in libgda (get_vtype
1328         and get_type for GdaValue).
1329
1330         * System.Data.OleDb/OleDbDataReader.cs: adapted to changes in
1331         libgda.cs.
1332
1333 2002-08-20  Rodrigo Moya <rodrigo@ximian.com>
1334
1335         * System.Data.OleDb/OleDbConnection.cs (DataReader): new internal
1336         property.
1337         (Close): set the dataReader to null.
1338
1339         * System.Data.OleDb/OleDbDataReader.cs (OleDbDataReader): set the
1340         connection's DataReader property to this object.
1341         (Close): set it to null here.
1342         (Depth, IsDbNull): implemented.
1343         (this): implemented the Item property with a string indexer.
1344
1345         * System.Data.OleDb/OleDbCommand.cs (ExecuteNonQuery, ExecuteReader,
1346         ExecuteScalar): do nothing if there's already an open data reader.
1347
1348         * System.Data.OleDb/libgda.cs: more API functions.
1349
1350         * System.Data.OleDb/TestOleDb.cs (TestDataReader): close the data
1351         reader before continuing.
1352
1353 2002-08-20  Franklin Wise <gracenote@earthlink.net>
1354         
1355         * System.Data/System.Data.build: added nowarn:0679
1356
1357         * System.Data/System.DataTable: cleaned up class, added MonoTODO tags
1358         setup to begin implementing.  Implemented ctor().
1359
1360         * Tests: See System.Data\Test\ChangeLog
1361         
1362
1363 2002-08-19  Rodrigo Moya <rodrigo@ximian.com>
1364
1365         * System.Data.OleDb/OleDbSchemaGuid.cs: initialize static members.
1366         
1367 2002-08-19  Franklin Wise <gracenote@earthlink.net>
1368         
1369         * Tests: See System.Data\Test\ChangeLog
1370         
1371         * System.Data/UniqueConstraint.cs: More validation.
1372         
1373         * System.Data/ForeignKeyConstraint.cs: Added more validation rules.
1374         Another LAMESPEC tag.  Implemented more of Add/Remove Setup/Cleanup
1375         logic.
1376         
1377         * System.Data/DataTable.cs: Added more MonoTODO tags
1378         
1379         * class/System.Data/.cvsignore: added tmp & Temp
1380
1381         * System.Data/Constraint.cs: Changed abstract helpers to virtual and
1382         internal.
1383
1384         * System.Data/ConstraintCollection.cs: Commented out unused line.
1385
1386 2002-08-18  Rodrigo Moya <rodrigo@ximian.com>
1387
1388         * System.Data.OleDb/OleDbConnection.cs (ChangeDatabase): implemented.
1389
1390         * System.Data.OleDb/OleDbException.cs (OleDbException): added internal
1391         constructor.
1392         (ErrorCode, Message, Source, Errors): implemented.
1393
1394         * System.Data.OleDb/OleDbError.cs: implemented the full class.
1395
1396         * System.Data.OleDb/libgda.cs: added more libgda functions.
1397
1398         * System.Data.OleDb/TestOleDb.cs (TestOleDb): display properties for
1399         the opened connection.
1400
1401 2002-08-18  Rodrigo Moya <rodrigo@ximian.com>
1402
1403         * System.Data.OleDb/OleDbConnection.cs (ServerVersion): implemented.
1404
1405         * System.Data.OleDb/OleDbDataReader.cs (Close): clear the results
1406         ArrayList after releasing the items.
1407         (GetName, GetDateTime, GetDouble, GetSingle, GetInt16, GetInt32,
1408          GetOrdinal, GetString): implemented.
1409         (GetDataTypeName): made it get the type from the data model, not from
1410         the current value, which could not have been retrieved yet.
1411         (GetValue): call the Get* method corresponding with the data type of
1412         the requested column.
1413
1414         * System.Data.OleDb/libgda.cs: added more libgda functions.
1415         (GdaTimestamp, GdaDate, GdaTime): new marshalled structures.
1416
1417         * System.Data.OleDb/TestOleDb.cs (TestDateReader): display column
1418         titles via OleDbDataReader.GetName ().
1419         (TestOleDb): create temporary table with a date field.
1420         (InsertRow): set current date for the date field.
1421
1422 2002-08-18  Rodrigo Moya <rodrigo@ximian.com>
1423
1424         * System.Data.OleDb/OleDbDataReader.cs (this[]): made it just call
1425         GetValue, which will take care of all the work needed.
1426         (Close): implemented basic stuff.
1427         (~OleDbDataReader): implemented.
1428
1429         * System.Data.OleDb/libgda.cs: added more needed functions.
1430
1431 2002-08-16  Rodrigo Moya <rodrigo@ximian.com>
1432
1433         * System.Data.OleDb/TestOleDb.cs: made it work with a temporary table
1434         we create.
1435         (TestTransaction): added test for transactions.
1436
1437 2002-08-16  Rodrigo Moya <rodrigo@ximian.com>
1438
1439         * System.Data.OleDb/libgda.cs: added new needed libgda functions.
1440
1441         * System.Data.OleDb/OleDbDataReader.cs (GetBoolean): throw exceptions
1442         when there are errors.
1443         (GetByte, GetChar, GetDataTypeName, GetValue, Read): implemented.
1444
1445         * System.Data.OleDb/TestOleDb.cs: added more testing code for data
1446         readers.
1447
1448 2002-08-15  Rodrigo Moya <rodrigo@ximian.com>
1449
1450         * System.Data.OleDb/libgda.cs: added new needed libgda functions.
1451
1452         * System.Data.OleDb/OleDbParameterCollection.cs (GdaParameterList):
1453         create an empty GdaParameterList.
1454
1455         * System.Data.OleDb/OleDbCommand.cs (ExecuteReader): check values
1456         for NULL before passing them to Marshal.PtrToStructure, which issues
1457         an exception if the value is NULL.
1458
1459 2002-08-15  Rodrigo Moya <rodrigo@ximian.com>
1460
1461         * System.Data/UniqueConstraint.cs (UniqueConstraint): commented
1462         unreachable code to avoid compiler warning.
1463
1464         * System.Data.OleDb/libgda.cs (GdaList): added new internal class.
1465
1466         * System.Data.OleDb/OleDbConnection.cs (DataSource): implemented.
1467         (OpenReader): removed internal method.
1468
1469         * System.Data.OleDb/OleDbCommand.cs (ExecuteReader): split correctly
1470         the list of returned data models.
1471
1472 2002-08-15  Franklin Wise <gracenote@earthlink.net>
1473         
1474         * System.Data/Constraint.cs: Added helper virtual functions
1475
1476         * System.Data/ConstraintCollection.cs: Improved constraint removal,
1477         validation.  Removed specific knowledge of subclasses of 
1478         Constraint.
1479
1480         * System.Data/DataColumn.cs: Added static helper function to compare
1481         if two DataColumn arrays are the same.
1482
1483         * System.Data/ForeignKeyConstraint.cs: Continued to flush out.
1484
1485         * System.Data/UniqueConstraint.cs: Implemented.  Still some constraint
1486         validation to do.
1487         
1488 2002-08-13  Franklin Wise <gracenote@earthlink.net>
1489
1490         * System.Data/DataRow.cs: Added several fixme tags.
1491         
1492 2002-08-13  Rodrigo Moya <rodrigo@ximian.com>
1493
1494         * System.Data.SqlClient/SqlDataAdapter.cs (DeleteCommand,
1495         InsertCommand, SelectCommand, UpdateCommand): removed 'new' keyword
1496         to avoid compiler warnings.
1497
1498 2002-08-12  Franklin Wise <gracenote@earthlink.net>
1499
1500         * System.Data/Constraint.cs: Implemented
1501
1502         * System.Data/UniqueConstraint.cs: GetHashCode() &
1503         special case Ctor. Still need to be implemented. LAMESPEC tags
1504         added.
1505
1506         * System.Data/ConstraintCollection.cs: Clear() &
1507         AddRange() need to be finished. Several LAMESPEC tags.
1508
1509         * Allow Constraint collection to be created in DataTable.
1510
1511         * System.Data/ForeignKeyConstraint: Added a couple of
1512         helper functions.
1513
1514         * System.Data/DataColumnCollection New/Added DataColumns now have
1515         Table property set.
1516
1517 2002-08-11  Rodrigo Moya <rodrigo@ximian.com>
1518
1519         * System.Data.OleDb/libgda.cs: added some GdaValue functions.
1520
1521         * System.Data.OleDb/OleDbCommand.cs (OpenReader): removed this
1522         internal method, since we don't need it.
1523         (ExecuteReader): call SetupGdaCommand before executing the command
1524         via libgda functions.
1525         (ExecuteScalar): implemented.
1526
1527         * System.Data.OleDb/OleDbDateReader.cs (OleDbDataReader): removed call
1528         to OleDbCommand.OpenReader.
1529         (GetBoolean): implemented.
1530
1531 2002-08-08  Franklin Wise <gracenote@earthlink.net>
1532
1533         * System.Data/IDbComand.cs: IDbCommand now inherits IDisposable
1534
1535         * System.Data/IDbConnection.cs: IDbConnection now inherits IDisposable
1536
1537         * System.Data.SqlTypes/SqlCompareOptions.cs: Enum now set to correct
1538         values.
1539
1540 2002-08-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1541
1542         * System.Data.OleDb/OleDbConnection.cs: little fixes to make it work
1543         and don't show a warning in Open.
1544
1545         * System.Data.OleDb/TestOleDb.cs: added Close.
1546
1547 2002-08-05  Rodrigo Moya <rodrigo@ximian.com>
1548
1549         * System.Data.OleDb/OleDbConnection.cs (ConnectionString,
1550         ConnectionTimeout, ServerVersion, GdaConnection):
1551         corrected style.
1552         (OleDbConnection): call libgda.gda_init on constructor.
1553
1554         * System.Data.OleDb/libgda.cs (libgda): removed static constructor,
1555         which wasn't been called.
1556
1557         * System.Data.OleDb/TestOleDb.cs (TestOleDb): updated to really
1558         make some tests.
1559
1560 2002-08-04  Rodrigo Moya <rodrigo@ximian.com>
1561
1562         * list: added missing System.Data.OleDb and
1563         System.Data.Common files.
1564
1565         * System.Data.OleDb/ChangeLog: removed and merged with
1566         System.Data's ChangeLog.
1567
1568         * System.Data.OleDb/OleDbDataAdapter.cs:
1569         * System.Data.OleDb/OleDbPermission.cs: compilation fixes.
1570
1571 2002-07-30  Rodrigo Moya <rodrigo@ximian.com>
1572
1573         * System.Data.OleDb/OleDbDataReader.cs (FieldCount): implemented.
1574         (IsClosed, Item, RecordsAffected): implemented some properties.
1575
1576         * libgda.cs: added GdaDataModel methods.
1577
1578 2002-07-29  Rodrigo Moya <rodrigo@ximian.com>
1579
1580         * System.Data.OleDb/OleDbDataReader.cs (OleDbDataReader constructor): changed to receive
1581         a second argument (ArrayList results).
1582         (NextResult): implemented.
1583
1584         * System.Data.OleDb/OleDbCommand.cs: don't store the ArrayList of results, since we'll
1585         pass that to the OleDbDataReader.
1586         (OleDbCommand constructor): don't create the ArrayList of results.
1587         (GdaResults): removed property.
1588         (ExecuteReader): create a temporary ArrayList and pass that to the
1589         OleDbDataReader constructor.
1590
1591 2002-07-28  Rodrigo Moya <rodrigo@ximian.com>
1592
1593         * System.Data.OleDb/OleDbCommand.cs (ExecuteReader):
1594         (CreateParameter): implemented IDbCommand methods.
1595         (CommandText): don't create many GdaCommand's, only one is needed.
1596         (ExecuteNonQuery): set up the internal GDA command object.
1597         (ExecuteReader): use correctly the unique GDA command object.
1598
1599         * System.Data.OleDb/libgda.cs: added new libgda calls.
1600
1601 2002-07-27  Rodrigo Moya <rodrigo@ximian.com>
1602
1603         * System.Data.OleDb/OleDbConnection.cs (CreateCommand):
1604         (BeginTransaction): implemented IDbConnection methods.
1605
1606 2002-07-12  Rodrigo Moya <rodrigo@ximian.com>
1607
1608         * list: added System.Data.OleDb files to file list.
1609
1610 2002-07-11  Rodrigo Moya <rodrigo@ximian.com>
1611
1612         * System.Data.OleDb/libgda.cs: added new libgda functions and some enumerations.
1613
1614         * System.Data.OleDb/OleDbParameter.cs (IsNullable): removed explicit implementation
1615         of the set method for this property.
1616
1617         * System.Data.OleDb/OleDbDataAdapter.cs (MissingMappingAction): implemented.
1618         (MissingSchemaAction): implemented.
1619
1620 2002-07-10  Tim Coleman <tim@timcoleman.com>
1621         
1622         * System.Data.OleDb/OleDbCommandBuilder.cs: Added new methods, properties
1623         * System.Data.OleDb/OleDbConnection.cs: Modified constructor
1624         * System.Data.OleDb/OleDbError.cs: Added stubbs
1625         * System.Data.OleDb/OleDbException.cs: Added stubbs
1626         * System.Data.OleDb/OleDbInfoMessageEventArgs.cs: Added stubbs
1627         * System.Data.OleDb/OleDbInfoMessageEventHandler.cs: style change
1628         * System.Data.OleDb/OleDbParameter.cs: Added conversion from type to OleDbType
1629         * System.Data.OleDb/OleDbPermission.cs: Added stubbs
1630         * System.Data.OleDb/OleDbSchemaGuid.cs: Added stubbs
1631         * System.Data.OleDb/OleDbTransaction.cs: New constructors, changes to methods to
1632         support transaction nesting
1633         * System.Data.OleDb/libgda.cs: Added my name to this file
1634
1635 2002-07-09  Tim Coleman <tim@timcoleman.com>
1636         
1637         * System.Data.OleDb/OleDbCommand.cs: Style changes, added new methods
1638         * System.Data.OleDb/OleDbConnection.cs: Style changes, added new methods
1639         * System.Data.OleDb/OleDbDataAdapter.cs: Implementation
1640         * System.Data.OleDb/OleDbDataReader.cs: Added stubbs
1641         * System.Data.OleDb/OleDbErrorCollection.cs: Added stubbs, some implementation
1642         * System.Data.OleDb/OleDbParameter.cs: Style changes, added new methods
1643         * System.Data.OleDb/OleDbParameterCollection.cs: Style changes, added new methods
1644         * System.Data.OleDb/OleDbPermissionAttribute.cs: Style changes, added new methods
1645         * System.Data.OleDb/OleDbRowUpdatedEventArgs.cs: Added stubbs
1646         * System.Data.OleDb/OleDbRowUpdatingEventArgs.cs: Added stubbs
1647         * System.Data.OleDb/OleDbTransaction.cs: Style changes, added new methods
1648         * System.Data.OleDb/OleDbType.cs: Fixed two typos
1649         * System.Data.OleDb/libgda.cs: Style changes, added new methods
1650
1651 2002-07-09  Tim Coleman <tim@timcoleman.com>
1652         
1653         * System.Data.build: remove restriction on System.Data.OleDb build
1654
1655 2002-06-03  Rodrigo Moya <rodrigo@ximian.com>
1656
1657         * System.Data.OleDb/OleDbParameterCollection.cs (GetEnumerator, SyncRoot,
1658         IsSynchronized): implemented.
1659
1660 2002-06-02  Rodrigo Moya <rodrigo@ximian.com>
1661
1662         * System.Data.OleDb/OleDbTransaction.cs (Dispose): added missing method.
1663
1664         * System.Data.OleDb/OleDbCommand.cs (Clone): added missing methods.
1665         (Parameters, Transaction, Connection): made these overload
1666         IDbCommand's ones.
1667
1668         * System.Data.OleDb/OleDbParameterCollection.cs (IndexOf, Remove, RemoveAt):
1669         call m_list methods, not own ones.
1670
1671         * System.Data.OleDb/OleDbParameter.cs: more implementation.
1672         
1673 2002-06-02  Rodrigo Moya <rodrigo@ximian.com>
1674
1675         * System.Data.OleDb/OleDbTransaction.cs (Connection, IsolationLevel, Begin,
1676         Commit, Rollback): implemented.
1677         (GdaConnection): added new internal property.
1678
1679         * System.Data.OleDb/OleDbParameter.cs:
1680         * System.Data.OleDb/OleDbParameterCollection.cs: implemented some methods and
1681         properties.
1682
1683         * System.Data.OleDb/libgda.cs: added yet more libgda API functions.
1684
1685 2002-06-01  Rodrigo Moya <rodrigo@ximian.com>
1686
1687         * System.Data.OleDb/libgda.cs: added new libgda API functions.
1688
1689         * System.Data.OleDb/OleDbConnection.cs (Provider): implemented.
1690         (BeginTransaction): made it overload IDbConnection methods.
1691         (ChangeDatabase): new stub, needs some work on libgda for being
1692         implemented.
1693         (Clone): new stub.
1694         (Close): implemented.
1695         (CreateCommand): implemented.
1696         (GetOleDbSchemaTable): new stub, until I understand what to do here.
1697         (Open): implemented basic stuff, which is just supporting connection
1698         strings that represent a GDA data source name. More to come.
1699         (InfoMessage, StateChange): added events.
1700
1701         * System.Data.OleDb/TestOleDb.cs: test program for System.Data.OleDb.
1702
1703 2002-05-29  Rodrigo Moya <rodrigo@ximian.com>
1704
1705         * System.Data.OleDb/libgda.cs: added static constructor.
1706         (GdaClient): new static property to get the underlying GdaClient
1707         object.
1708
1709         * System.Data.OleDb/OleDbConnection.cs: removed GDA initialization, which belongs to
1710         the static 'libgda' class.
1711
1712 2002-05-29  Rodrigo Moya <rodrigo@ximian.com>
1713
1714         * System.Data.OleDb/libgda.cs: static class for libgda API calls.
1715
1716         * System.Data.OleDb/OleDbConnection.cs: implemented constructors.
1717         (ConnectionString, Connectiontimeout, Database, State):
1718         implemented class properties.
1719         (BeginTransaction): implemented.
1720
1721         * System.Data.OleDb/OleDbTransaction.cs: implemented protected constructors.
1722
1723         * System.Data.OleDb/TestGDA.cs: simple test for libgda API.
1724
1725 2002-05-27  Rodrigo Moya <rodrigo@ximian.com>
1726
1727         * System.Data.OleDb/*: started System.Data.OleDb provider, based on libgda.
1728
1729 2002-06-06  Rodrigo Moya <rodrigo@ximian.com>
1730
1731         * list: added missing PostgresTypes.cs file.
1732
1733 2002-06-02  Francisco Jr. <fxjrlists@yahoo.com.br>
1734
1735         * System.Data.SqlClient/SqlParameterCollection.cs: implemented missing
1736         methods.
1737
1738 2002-05-30  Daniel Morgan <danmorg@sc.rr.com>
1739
1740         * System.Data.SqlClient/SqlConnection.cs: modifed -
1741         start to implement the interfaces properly and
1742         properly doing a Close(), Dispose(), and 
1743         releasing resources
1744         
1745         * Test/SqlSharpCli.cs: modified -
1746         add support for MySQL in Mono.Data.MySql
1747         and OleDb support in System.Data.OleDb.  However,
1748         the OleDb support is commented right now.
1749         When the program starts up, a shorter help menu should
1750         display the most important commands: help and quit
1751
1752 2002-05-28  Rodrigo Moya <rodrigo@ximian.com>
1753
1754         * System.Data.build: exclude System.Data.OleDb files.
1755
1756 2002-05-27  Daniel Morgan <danmorg@sc.rr.com>
1757
1758         * System.Data.SqlClient/SqlCommand.cs: typo
1759         should be CommandBehavior.KeyInfo
1760         
1761         * Test/SqlSharpCli.cs: refactored and added a few more
1762         features.
1763
1764 2002-05-27  Tim Coleman <tim@timcoleman.com>
1765         * list: update to compile properly (add missing
1766         files and switch path delimiter from '\' to '/').
1767
1768 2002-05-26  Daniel Morgan <danmorg@sc.rr.com>
1769
1770         * System.Data/DataRow.cs
1771         * System.Data.Common/DbDataAdapter.cs: fix to
1772         get Test/TestSqlDataAdapter.cs to work again
1773         
1774         * Test/TestSqlDataAdapter.cs: removed comment
1775         about SqlDataReader:NextResult() not being implemented; it
1776         bas been implemented
1777
1778 2002-05-26  Daniel Morgan <danmorg@sc.rr.com>
1779
1780         * System.Data/DataRow.cs: modified
1781         support setting of DBNull.Value
1782         using the Item indexer this[DataColumn]
1783         
1784         * System.Data.SqlClient/SqlCommand.cs: modified
1785         tweaks to show TODO's for other CommandBehavior.
1786         Set AllowDBNull column to true for IsKey row 
1787         in schema DataTable.
1788         
1789         * System.Data.SqlClient/SqlConnection.cs: modified
1790         if transaction is in progress when a Close() is called,
1791         do a transaction Rollback.
1792
1793 2002-05-26  Daniel Morgan <danmorg@sc.rr.com>
1794
1795         * Test/SqlSharpCli.cs: added file
1796         My new toy.  SQL# is a command-line tool to enter
1797         SQL     commands and queries using Mono System.Data.
1798         It also serves as a test for Mono System.Data.
1799         
1800         * System.Data.SqlClient/SqlCommand.cs: modified
1801         - ExecuteNonQuery(), ExecuteScalar(), and ExecuteReader()
1802         should handle the results from SQL Commands and Queries.
1803         - Internal class SqlResult should not create schema Table
1804         for the result from a SQL Command.  Also, set the RecordsRetrieved
1805         property for SqlDataReader.
1806         - Closing the SqlDataReader should Close() the SqlConnection for
1807         a CommandBehavior.CloseConnection.
1808         - Set defaults for SqlResult
1809         
1810         * System.Data.SqlClient/SqlConnection.cs: modified - 
1811         when SqlDataReader is Close()
1812         should Close() the SqlConnection for
1813         a CommandBehavior.CloseConnection.  Changed internal Property
1814         from OpenReader get/set to IsReaderOpen get and created
1815         internal methods OpenReader()/CloseReader() for SqlCommand to call.
1816         SqlConnection needs to be prevented from doing while SqlDataReader
1817         is being used.
1818         
1819         * System.Data.SqlClient/SqlDataReader.cs: modified -
1820         call SqlCommand's OpenReader() internal method.  get
1821         RecordsRetrieved from SqlResult.  set/reset default
1822         values for SqlDataReader.
1823         
1824         * Test/PostgresTest.cs
1825         * Test/TestExecuteScalar.cs
1826         * Test/TestSqlDataReader.cs: modified
1827         for the Execute...() methods in SqlCommand
1828         to test SQL Queries and Commands
1829         
1830         * Test/System.Data_test.build: modified
1831         exclude new file Test/SqlSharpCli.cs from 
1832         test build
1833         
1834 2002-05-24  Tim Coleman <tim@timcoleman.com>
1835         * System.Data.Common/DbDataAdapter.cs: remove IDbCommands, except
1836         for get accessors.  These should be implemented in derived classes.  See
1837         SqlDataAdapter for clues.
1838         * System.Data.SqlClient/SqlDataAdapter.cs: implement IDbDataAdapter
1839         * System.Data.Common/DataAdapter.cs:
1840         * System.Data.Common/DataTableMappingCollection.cs:
1841         * System.Data.Common/DataTableMapping.cs:
1842         * System.Data.Common/DataColumnMappingCollection.cs:
1843         * System.Data.Common/DataColumnMapping.cs:
1844         Properly (I hope!) implement all of the appropriate interfaces
1845         for these classes.  
1846
1847
1848 2002-05-23  Tim Coleman <tim@timcoleman.com>
1849         * System.Data.SqlClient/SqlCommand.cs: include
1850         the BaseColumnName in the schema table.  Was missed before.
1851         * System.Data.Common/DbDataAdapter.cs: Use DataTable
1852         mappings so that the DataSet and DataTable are more closely tied.
1853         Get schema information from the DataTable using GetSchemaTable ()
1854         Various other little fixes
1855         * System.Data.Common/DataColumnMappingCollection.cs:
1856         * System.Data.Common/DataTableMapping.cs:
1857         * System.Data.Common/DataTableMappingCollection.cs: Some
1858         implementation, enough to be used by DbDataAdapter.
1859
1860 2002-05-23  Daniel Morgan <danmorg@sc.rr.com>
1861
1862         * System.Data.SqlClient/SqlCommand.cs: set
1863         the "ProviderType" to the PostgreSQL type oid
1864         
1865         * System.Data.SqlClient/SqlDataReader.cs: fix
1866         for various properties and methods that 
1867         return meta data: Item indexers this[name] and this[index],
1868         GetFieldType, GetName, and GetOrdinal.  SqlDataAdapter
1869         should work again.
1870
1871 2002-05-22  Daniel Morgan <danmorg@sc.rr.com>
1872
1873         * System.Data/DataRow.cs: change suggested
1874         by tim: in Item indexer, do an EndEdit()
1875         
1876         * System.Data.SqlClient/SqlCommand.cs: more
1877         fixes to SqlResult.  After setting each item in
1878         the DataRow, do an AcceptChanges() to commit
1879         the changes in the DataRow.  For DataType, use a Type
1880         of System.String since System.Type nor System.Object
1881         seems to work.
1882         
1883         * Test/TestSqlDataReader.cs
1884         * Test/PostgresTest.cs: updated to to be on
1885         the way schema table is suppose to work
1886
1887 2002-05-22  Daniel Morgan <danmorg@sc.rr.com>
1888
1889         * System.Data.SqlClient/SqlCommand.cs: more work on 
1890         building the schema table
1891
1892 2002-05-22  Tim Coleman <tim@timcoleman.com>
1893         * System.Data.SqlClient/SqlCommand.cs: preliminary work
1894         on getting the schema table correctly built.
1895
1896 2002-05-21  Daniel Morgan <danmorg@sc.rr.com>
1897
1898         * System.Data.SqlClient/ParmUtil.cs: added file - to
1899         provide utility for conversion of input parameters
1900         
1901         * System.Data.SqlClient/PostgresTypes.cs: added file - 
1902         moved the PostgreHelper class to here.  May eventually
1903         move the internal class PostgresTypes that's inside the 
1904         SqlConnection to here as well.  
1905         Handling of PostgreSQL <-> .NET types need to be though
1906         out more. Also, the PostgreHelper has a method to convert
1907         from .NET types to a string which can be put into used in
1908         an SQL statement to execute against a PostgreSQL database.
1909         This is the beginnings of parameters support.  It currently
1910         only supports input parameters.  Still need to do output,
1911         input/output, and return parameters.
1912         
1913         * Test/TestSqlParameters.cs: new test to test the input
1914         parameters in System.Data.SqlClient against a 
1915         PostgreSQL db.
1916         
1917         * System.Data.SqlClient/PostgresLibrary.cs: moved 
1918         PostgresHelper class to file PostgresTypes.cs.  Also 
1919         moved struct PostgresType there too.
1920         
1921         * System.Data.SqlClient/SqlCommand.cs: added input 
1922         parameters support
1923         
1924         * System.Data.SqlClient/SqlParameter.cs: got 
1925         SqlParameter to work
1926         
1927         * System.Data.SqlClient/SqlParameterCollection.cs: got 
1928         SqlParameterCollection to work
1929         
1930         * Test/System.Data_test.build: added files to exclude 
1931         from test build
1932         
1933         * System.Data.SqlClient/SqlConnection.cs: release resources
1934         no longer used
1935
1936 2002-05-18  Daniel Morgan <danmorg@sc.rr.com>
1937
1938         * System.Xml: added directory for classes with namespace
1939         System.Xml to go into the System.Data.dll assembly
1940         
1941         * System.Xml/XmlDataDocument: added file
1942         for stubbed concrete class XmlDataDocument which 
1943         inherits from XmlDocument.  Its purpose is to provide
1944         a W3C XML DOM Document for relational data and interacting
1945         with a DataSet
1946
1947 2002-05-18  Daniel Morgan <danmorg@sc.rr.com>
1948
1949         * System.Data.SqlClient/SqlCommand.cs: handle CommandTypes
1950         Text, TableDirect, and StoredProcedure
1951         
1952         * Test/PostgresTest.cs: changed call to version() 
1953         stored procedure to use the CommandType of StoredProcedure
1954         
1955         * Test/TestSqlDataReader.cs: test all the CommandTypes
1956
1957 2002-05-18  Daniel Morgan <danmorg@sc.rr.com>
1958
1959         * System.Data.build: took out all excluded
1960         files except the ones in the Test directory
1961         because all files compile now.  It does not
1962         mean they all work or have implementations
1963         though.
1964         
1965         * System.Data/DataRelationCollection.cs
1966         * System.Data/DataTableRelationCollection.cs
1967         * System.Data/InternalDataCollectionBase.cs
1968         * System.Data.Common/DbDataPermission.cs
1969         * System.Data.SqlClient/SqlInfoMessageEventArgs.cs
1970         * System.Data.SqlClient/SqlClientPermission.cs
1971         * System.Data.SqlClient/SqlClientPermissionAttribute.cs: changes
1972         to get all System.Data* files to compile.
1973         
1974         * System.Data.SqlClient/SqlCommand.cs: started coding
1975         to prevent SqlConnection and SqlCommand from doing
1976         anyting while fetching data using SqlDataReader.  Also,
1977         started coding to undo this prevention once the 
1978         SqlDataReader is closed.
1979         
1980         * System.Data.SqlClient/SqlConnection.cs: get database server
1981         version.  Started coding to prevent connection from 
1982         doing anything while fetching data and undo once the reader 
1983         is closed.  Include events SqlInfoMessage and StateChange.
1984         
1985         * System.Data.SqlClient/SqlDataReader.cs: start coding to
1986         prevent connection and command from doing anything while
1987         fetching data, and undo when closed.
1988         
1989         * Test/PostgresTest.cs: added test to get ServerVersion
1990         property from SqlConnection
1991
1992 2002-05-18  Tim Coleman <tim@timcoleman.com>
1993         * System.Data/DataRow.cs: More implementation,
1994         as well as boundary checks and small semantic
1995         repairs
1996
1997 2002-05-18  Tim Coleman <tim@timcoleman.com>
1998         * System.Data/DataRow.cs: Try to reduce memory
1999         usage by only creating the original and proposed
2000         arrays as required in BeginEdit, and then destroying
2001         proposed during EndEdit, and original during AcceptChanges.
2002         * System.Data.Common/DbDataAdapter.cs: Make the
2003         startRecord and maxRecords parameters work correctly.
2004
2005 2002-05-18  Tim Coleman <tim@timcoleman.com>
2006         * System.Data/DataRow.cs: Move the null check in
2007         ItemArray set to above the Invalid Cast check, so
2008         that we don't get null reference exceptions.
2009
2010 2002-05-17  Daniel Morgan <danmorg@sc.rr.com>
2011
2012         * System.Data.SqlClient/PostgresLibrary.cs: handle
2013         data value from database being NULL
2014         
2015         * System.Data.SqlClient/SqlCommand.cs: for ExecuteReader, 
2016         allow multiple result sets.  Added new internal class
2017         SqlResult to pass result set data from SqlCommand
2018         to SqlDataReader.
2019         
2020         * System.Data.SqlClient/SqlDataReader.cs: allow
2021         multiple result sets.
2022         
2023         * System.Data.SqlClient/SqlConnection.cs: moved 
2024         things around.  Implement IDisposable.
2025         
2026         * Test/TestSqlDataReader.cs: test for execution
2027         of multiple result sets and display the results
2028         of these multiple results sets
2029         
2030         * Test/TestSqlDataAdapter.cs: tweaks
2031
2032 2002-05-17  Tim Coleman <tim@timcoleman.com>
2033         * System.Data.Common/DbDataAdapter.cs:
2034                 - More implementation of Fill methods
2035                 - Get rid of isDirty flag, because we can just check
2036                         if the table exists
2037                 - Do *not* remove DataTables before Filling them
2038                 - Implicitly open the connection before doing a Fill
2039                         if it does not exist.
2040         * System.Data.SqlClient/SqlDataAdapter.cs:
2041                 - Minor fixup
2042         * System.Data/DataTableCollection.cs:
2043                 - Add DataSet to internal, undocumented constructor
2044                 - When a table is created, set its DataSet property
2045                 - Default table name for creation is "Table1" (see .NET)
2046                 - Inherit the ArrayList list from InternalDataCollecitonBase
2047                         and maintain a hashtable between table names and
2048                         DataTables
2049         * System.Data/DataTable.cs:
2050                 - Add internal dataSet field.  This is used by 
2051                         DataTableCollection when the DataTable is constructed.
2052         * System.Data/DataSet.cs:
2053                 - Pass a reference to the DataSet when constructing the
2054                         DataTableCollection.
2055
2056 2002-05-16  Tim Coleman <tim@timcoleman.com>
2057         * System.Data.Common/DbDataAdapter.cs:
2058                 Use table.Rows.Add (itemArray) instead of
2059                 table.Rows.Add (thisRow) to provide better
2060                 abstraction.
2061         * System.Data/DataRowCollection.cs:
2062                 Some implementation of this class.
2063         * System.Data/InternalDataCollectionBase.cs:
2064                 Some implementation.  Most notably, this now
2065                 has an enumerator so we can use foreach (DataRow row in table.Rows)
2066                 in the test classes.
2067         * System.Data/DataTable.cs:
2068                 Since DataRowCollection now accepts a DataTable in
2069                 its internal constructor, we must pass one in.
2070
2071 2002-05-16  Daniel Morgan <danmorg@sc.rr.com>
2072
2073         * Test/TestSqlDataAdapter.cs: added new test 
2074         for SqlDataAdapter, DataSet, DataTableCollection, DataTable, 
2075         DataRowCollection, and DataRow.  It tests retrieving data
2076         based on a SQL SELECT query.  This test is based on Tim Coleman's
2077         test he sent to me.
2078
2079 2002-05-16  Tim Coleman <tim@timcoleman.com>
2080         * System.Data.Common/DbDataAdapter.cs:
2081                 Use table.Rows.Add (thisRow) instead of 
2082                 table.ImportRow (thisRow)
2083         * System.Data/DataRowCollection.cs:
2084                 Construct the ArrayList before using it
2085
2086 2002-05-16  Tim Coleman <tim@timcoleman.com>
2087         * System.Data/DataTable.cs:
2088                 Construct the DataRowCollection in the DataTable
2089                 constructor.  Otherwise, it's a null reference.
2090
2091 2002-05-16  Tim Coleman <tim@timcoleman.com>
2092         * System.Data.SqlClient/SqlDataReader.cs:
2093                 Modify GetValues to use Array.Copy() to copy
2094                 the results from fields to values, rather than
2095                 an assignment, which results in loss of data.
2096
2097 2002-05-16  Tim Coleman <tim@timcoleman.com>
2098         * System.Data/DataRow.cs:
2099                 More implementation and documentation.  It should
2100                 work more like expected, although there is no way
2101                 to demonstrate this well yet.  DataTable requires
2102                 more work.
2103
2104 2002-05-15  Tim Coleman <tim@timcoleman.com>
2105         * System.Data/DataRow.cs:
2106                         Minor tweaks as I determine exactly how to
2107                                         implement this class.
2108
2109
2110 2002-05-14  Duncan Mak  <duncan@ximian.com>
2111
2112         * System.Data/DataTable.cs (NewRow): Added missing paren to fix build.
2113
2114 2002-05-14  Tim Coleman
2115         * System.Data/DataRow.cs:
2116         * System.Data/DataRowBuilder.cs:
2117         * System.Data/DataTable.cs:
2118                 More implementation of these classes.  DataRow
2119                 can now (possibly) do some useful things.
2120                 Still not sure what DataRowBuilder is all about,
2121                 other than passing a DataTable in.
2122
2123 2002-05-14  Tim Coleman
2124         * System.Data/DataRowBuilder.cs:
2125                 Add stubb for this internal class.
2126
2127 2002-05-13  Tim Coleman
2128         * System.Data.Common/DbDataAdapter.cs:
2129                 The maxRecords check was not correct.
2130
2131 2002-05-13  Tim Coleman
2132         * System.Data/DataTableCollection.cs:
2133                 Fix an issue when adding a DataTable and size == 0.
2134                 Now explicitly checks if size > 0 before doing Array.Copy ()
2135         * System.Data.Common/DbDataAdapter.cs:
2136                 Move closer to a working implementation.
2137                 Make the IDbCommand fields protected so that they can
2138                 be inherited.
2139         * System.Data.SqlClient/SqlDataAdapter.cs:
2140                 This should inherit the IDbCommands instead of having its
2141                 own.  An explicit cast is used to force conversion between
2142                 IDbCommand and SqlCommand
2143
2144 2002-05-13  Tim Coleman
2145         * System.Data.Common/DataTableMappingCollection.cs:
2146                 Some implementation to allow progress with DbDataAdapter
2147
2148 2002-05-13  Tim Coleman
2149         * System.Data.Common/DbDataAdapter.cs:
2150                 Modify to not break compile.
2151
2152 2002-05-13  Tim Coleman
2153         * System.Data.build:
2154                 include SqlDataAdapter, SqlRowUpdatedEventArgs,
2155                 SqlRowUpdatingEventArgs, SqlRowUpdatedEventHandler,
2156                 SqlRowUpdatingEventHandler in the build.
2157
2158 2002-05-13  Tim Coleman
2159         * System.Data.Common/DbDataAdapter.cs:
2160                 More implementation.
2161         * System.Data.Common/DataAdapter.cs:
2162                 Correction of some of the stubbing, as well as a
2163                 little bit more implementation
2164
2165 2002-05-11  Tim Coleman
2166         * System.Data.SqlClient/SqlDataAdapter.cs:
2167         * System.Data.Common/DbDataAdapter.cs:
2168                 Moved methods that weren't supposed to 
2169                 be in SqlDataAdapter out.  They should be implemented
2170                 in DbDataAdapter.
2171         
2172
2173 2002-05-11  Tim Coleman
2174         * System.Data.SqlClient/SqlDataAdapter.cs:
2175                 some implementation of this class.  Note
2176                 that none of the functionality has been
2177                 tested yet, but I felt it should be checked
2178                 in at this point as it compiles.
2179         * System.Data.SqlClient/SqlRowUpdatingEventArgs.cs:
2180         * System.Data.SqlClient/SqlRowUpdatedEventArgs.cs:
2181                 Modified so that they will compile properly.
2182                 Needed to include SqlDataAdapter in the build.
2183
2184 2002-05-11  Rodrigo Moya <rodrigo@ximian.com>
2185
2186         * System.Data/DataTable.cs (Clear): implemented.
2187         (DataTable): removed repeated code in constructors, and call the
2188         basic constructor from the others.
2189
2190         * System.Data/DataColumn.cs: some tweaks.
2191
2192         * System.Data/DataRow.cs (RowState): implemented.
2193         (CancelEdit): set rowState property back to Unchanged.
2194         (RejectChanges): call CancelEdit.
2195         (Delete): set rowState to Deleted.
2196
2197 2002-05-11  Daniel Morgan <danmorg@sc.rr.com>
2198
2199         * System.Data.build: added copy of System.Data.dll to Test directory
2200         for easy testing.  Also, added clean for it too.
2201         
2202         * System.Data.SqlClient/PostgresLibrary.cs: changed setting of boolean
2203         from PostgreSQL data type to .NET type.
2204         
2205         * System.Data.SqlClient/SqlDataReader.cs: beginnings
2206         handling of a NULL value from the database
2207         
2208         * Test/PostgresTest.cs: added tests for NULL values retrieved
2209         from the database
2210         
2211         * Test/ReadPostgresData.cs
2212         * Test/TestExecuteScalar.cs
2213         * Test/TestSqlDataReader.cs
2214         * Test/TestSqlException.cs
2215         * Test/TestSqlIsolationLevel.cs: updated tests to use databas user
2216         "postgres".  These tests may eventually be removed since they
2217         are not flexible.
2218
2219 2002-05-10  Rodrigo Moya <rodrigo@ximian.com>
2220
2221         * System.Data.build: removed reference to non-existant
2222         TestDataColumn.cs file.
2223
2224         * System.Data/DataSet.cs: added some implementation.
2225
2226 2002-05-09  Daniel Morgan <danmorg@sc.rr.com>
2227
2228         * System.Data.SqlClient/PostgresLibrary.cs: got
2229         PostgreSQL data types time, date, timestamp (DateTime like)
2230         mapped to .NET System.DateTime working based 
2231         on ISO DateTime formatting "YYYY-MM-DD hh:mi:ss.ms"
2232         Also mapped pg type boolean to .net Boolean
2233         
2234         * SqlClient/SqlConnection.cs: run SQL command to set
2235         Date style to ISO
2236         
2237         * Test/PostgresTest.cs: added test for an UPDATE SQL command,
2238         added tests for aggregates min(), max(), sum(), count().  could
2239         not get avg() to work due to some formatting error; someone claimed
2240         that it was my locale settings.  added tests for SELECT of columns
2241         of type boolean, float, double, date, time, and timestamp.  They
2242         have not been fully tested, but its a start.
2243
2244 2002-05-09  Tim Coleman <tim@timcoleman.com>
2245         * System.Data.SqlTypes/SqlDecimal.cs: Implementations of 
2246         addition, subtraction, and multiplication for the
2247         SqlDecimal type, as well as modification of some other
2248         operations.  More to come on this one.
2249
2250 2002-05-08  Rodrigo Moya <rodrigo@ximian.com>
2251
2252         * Test/System.Data_test.build: excluded TestDataColumn, which
2253         should be replaced with a nunit test.
2254
2255         * Test/TestDataColumn.cs: added basic test for DataColumn.cs.
2256
2257 2002-05-07  Tim Coleman <tim@timcoleman.com>
2258         * SqlBinary.cs:
2259         * SqlBoolean.cs:
2260         * SqlByte.cs:
2261         * SqlDateTime.cs:
2262         * SqlDecimal.cs:
2263         * SqlDouble.cs:
2264         * SqlGuid.cs:
2265         * SqlInt16.cs:
2266         * SqlInt32.cs:
2267         * SqlInt64.cs:
2268         * SqlMoney.cs:
2269         * SqlSingle.cs:
2270         * SqlString.cs:
2271                 Fix the broken build I made before.  Bad
2272                 me.
2273
2274 2002-05-07  Tim Coleman <tim@timcoleman.com>
2275         * SqlString.cs:
2276                 Fix a symantic error I made in SqlString
2277                 Equals where I copied and pasted wrongly
2278
2279 2002-05-07  Tim Coleman <tim@timcoleman.com>
2280         * INullable.cs:
2281         * SqlBinary.cs:
2282         * SqlBoolean.cs:
2283         * SqlByte.cs:
2284         * SqlCompareOptions.cs:
2285         * SqlDateTime.cs:
2286         * SqlDecimal.cs:
2287         * SqlDouble.cs:
2288         * SqlGuid.cs:
2289         * SqlInt16.cs:
2290         * SqlInt32.cs:
2291         * SqlInt64.cs:
2292         * SqlMoney.cs:
2293         * SqlSingle.cs:
2294         * SqlString.cs:
2295                 Implement CompareTo, Equals, and String conversions 
2296                 for many types
2297
2298 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
2299
2300         * Test/PostgresTest.cs: modified to run completely.  There
2301         are many TODOs in System.Data, so not all data types are
2302         included in the SELECT SQL query.  Also, I made it to where
2303         it would connect 
2304         using "host=localhost;dbname=test;user=postgres"
2305         instead of my userid and password.  When more types are included,
2306         update this test.
2307
2308 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
2309
2310         * Test/PostgresTest.cs: added - ported
2311         libgda postgres-test.c originally by 
2312         Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
2313         to C#.
2314
2315 2002-05-05  Tim Coleman <tim@timcoleman.com>
2316         * System.Data.SqlTypes/SqlBinary.cs:
2317         * System.Data.SqlTypes/SqlBoolean.cs:
2318         * System.Data.SqlTypes/SqlByte.cs:
2319         * System.Data.SqlTypes/SqlDateTime.cs:
2320         * System.Data.SqlTypes/SqlDecimal.cs:
2321         * System.Data.SqlTypes/SqlDouble.cs:
2322         * System.Data.SqlTypes/SqlGuid.cs:
2323         * System.Data.SqlTypes/SqlInt16.cs:
2324         * System.Data.SqlTypes/SqlInt32.cs:
2325         * System.Data.SqlTypes/SqlInt64.cs:
2326         * System.Data.SqlTypes/SqlMoney.cs:
2327         * System.Data.SqlTypes/SqlSingle.cs:
2328         * System.Data.SqlTypes/SqlString.cs:
2329                 More implementation, and code clean-up for consistency.
2330                 Also, I had implemented many conversions as explicit
2331                 that should have been implicit.  This should remove
2332                 many of the red X's and green pluses from the 
2333                 System.Data.SqlTypes namespace.
2334
2335 2002-05-05  Miguel de Icaza  <miguel@ximian.com>
2336
2337         * System.Data/DataSet.cs: Remove [Serializable] attributes from
2338         methods, those only apply to structs or classes.
2339
2340         Stub out ISerializable, ISupportInitialize, and IListSource methods 
2341         
2342         * System.Data/DataRowView.cs: Stub out interface methods for
2343         IEditableObject, ICustomTypeDescriptor and IDataErrorInfo
2344
2345         * System.Data/DataView.cs: Comment out non-implemented
2346         interfaces. 
2347
2348         * System.Data/DataViewSettingsCollection.cs: Type cast variables
2349         to the correct type to make it compile.
2350
2351         * System.Data/DataViewSettings.cs: remove reference to
2352         non-existance type ApplyDefaultSort, it is a boolean.
2353         
2354
2355 2002-05-05  Tim Coleman <tim@timcoleman.com>
2356         * System.Data.SqlTypes/SqlBinary.cs:
2357         * System.Data.SqlTypes/SqlBoolean.cs:
2358         * System.Data.SqlTypes/SqlByte.cs:
2359         * System.Data.SqlTypes/SqlDecimal.cs:
2360         * System.Data.SqlTypes/SqlDouble.cs:
2361         * System.Data.SqlTypes/SqlGuid.cs:
2362         * System.Data.SqlTypes/SqlInt16.cs:
2363         * System.Data.SqlTypes/SqlInt32.cs:
2364         * System.Data.SqlTypes/SqlInt64.cs:
2365         * System.Data.SqlTypes/SqlMoney.cs:
2366         * System.Data.SqlTypes/SqlSingle.cs:
2367         * System.Data.SqlTypes/SqlString.cs:
2368                 Various fixes, including adding the SqlNullValueException
2369                 when trying to retrieve the value of a null SqlType,
2370                 and when casting values, a Null of type A converts to a
2371                 Null of type B.
2372
2373 2002-05-04  Daniel Morgan <danmorg@sc.rr.com>
2374         
2375         * System.Data.SqlClient/PostgresLibrary.cs
2376         * System.Data.SqlClient/SqlCommand.cs
2377         * System.Data.SqlClient/SqlConnection.cs
2378         * System.Data.SqlClient/SqlDataReader.cs
2379         oid should not be hard coded because they
2380         can change from one version of PostgreSQL
2381         to the next.  Use the typname's instead.
2382         The PostgreSQL type data retrieves
2383         at database connection time.  Any unimplemented
2384         types just default to string.  These were things
2385         suggested by Gonzalo.
2386         
2387         * Test/ReadPostgresData.cs - stuff
2388         * Test/TestSqlDataReader.cs - stuff
2389         
2390         * System.Data.SqlTypes/SqlInt32.cs - added a using
2391
2392 2002-05-03  Tim Coleman <tim@timcoleman.com>
2393         * System.Data.build: Fix the build so that test depends on build
2394
2395 2002-05-03  Tim Coleman <tim@timcoleman.com>
2396         * System.Data.SqlTypes/SqlByte.cs:
2397         * System.Data.SqlTypes/SqlDateTime.cs:
2398         * System.Data.SqlTypes/SqlDecimal.cs:
2399         * System.Data.SqlTypes/SqlDouble.cs:
2400         * System.Data.SqlTypes/SqlGuid.cs:
2401         * System.Data.SqlTypes/SqlInt16.cs:
2402         * System.Data.SqlTypes/SqlInt64.cs:
2403         * System.Data.SqlTypes/SqlMoney.cs:
2404         * System.Data.SqlTypes/SqlSingle.cs:
2405                 These files were mysteriously excluded from the last
2406                 patch I made and sent to Rodrigo
2407         * System.Data.build: include the System.Data.SqlTypes in the build
2408
2409 2002-05-03  Daniel Morgan <danmorg@sc.rr.com>
2410
2411         * System.Data.build: removed comments
2412
2413         * System.Data.SqlClient/PostgresLibrary.cs: changed
2414         the hard-coded PostgreSQL oid type int's to using an
2415         enum.  Also, added PostgreSQL bpchar (character) type.
2416         
2417         * Test/TestSqlDataReader.cs: updated test
2418         to include new bpchar PostgreSQL type
2419
2420 2002-05-03  Rodrigo Moya <rodrigo@ximian.com>
2421
2422         * System.Data.SqlTypes/SqlBinary.cs:
2423         * System.Data.SqlTypes/SqlBoolean.cs:
2424         * System.Data.SqlTypes/SqlInt32.cs:
2425         * System.Data.SqlTypes/SqlString.cs: more implementation, by
2426         Tim Coleman <tcoleman@opentext.com>.
2427
2428 2002-05-03  Daniel Morgan <danmorg@sc.rr.com>
2429
2430         * Test/TestExecuteScalar.cs: added test for 
2431         method ExecuteScalar in class SqlCommand.
2432         
2433         * System.Data/DataColumnCollection.cs - it should
2434         inherit properties from base InternalDataCollectionBase
2435         and use them instead of overriding them, such as, List.
2436         
2437         * System.Data/DataColumn.cs
2438         * System.Data/DataTable.cs: tweaks to retrieve
2439         meta data from the database
2440         
2441         * System.Data.SqlClient/PostgresLibrary.cs -
2442         added method OidToType to convert PostgreSQL oid type 
2443         to System.Type.  Renamed method OidTypeToSystem
2444         to ConvertPgTypeToSystem for converting the data value
2445         from a PostgreSQL type to a .NET System type.
2446         
2447         * System.Data.SqlClient/SqlCommand.cs: implemented
2448         method ExecuteReader which returns a SqlDataReader
2449         for a light forward only read only result set. 
2450         It works on types int4 ==> Int32 and 
2451         varchar ==> String.  Other types
2452         will come later.
2453         
2454         * System.Data.SqlClient/SqlConnection.cs: added comment
2455         
2456         * System.Data.SqlClient/SqlDataReader.cs: implemented
2457         class.  It works, but still lots to do.
2458         
2459         * Test/ReadPostgresData.cs: stuff
2460         
2461         * Test/TestSqlDataReader.cs: updated test for SqlDataReader
2462         to display meta data and the data
2463         
2464 2002-05-03  Duncan Mak  <duncan@ximian.com>
2465
2466         * TODO: Took out all the Exceptions. They should be all done now.
2467
2468         * System.Data/ConstraintException.cs: 
2469         * System.Data/DBConcurrencyException.cs:
2470         * System.Data/DataException.cs: 
2471         * System.Data/DeletedRowInaccessibleException.cs: 
2472         * System.Data/DuplicateNameException.cs:
2473         * System.Data/EvaluateException.cs: 
2474         * System.Data/InRowChangingEventException.cs: 
2475         * System.Data/InvalidConstraintException.cs: 
2476         * System.Data/InvalidExpressionException.cs: 
2477         * System.Data/MissingPrimaryKeyException.cs:
2478         * System.Data/NoNullAllowedException.cs: 
2479         * System.Data/ReadOnlyException.cs: 
2480         * System.Data/RowNotInTableException.cs: 
2481         * System.Data/StrongTypingException.cs:
2482         * System.Data/SyntaxErrorException.cs: 
2483         * System.Data/TypeDataSetGeneratorException.cs: 
2484         * System.Data/VersionNotFoundException.cs: Added to CVS.
2485
2486         * System.Data.SqlTypes/SqlNullValueException.cs: 
2487         * System.Data.SqlTypes/SqlTruncateException.cs: 
2488         * System.Data.SqlTypes/SqlTypeException.cs: Added to CVS.
2489
2490 2002-05-02  Rodrigo Moya <rodrigo@ximian.com>
2491
2492         * System.Data/DataViewSettingCollection.cs: implemented.
2493
2494         * System.Data/DataRowView.cs: new stubs.
2495
2496         * System.Data.SqlTypes/SqlByte.cs:
2497         * System.Data.SqlTypes/SqlDateTime.cs:
2498         * System.Data.SqlTypes/SqlDecimal.cs:
2499         * System.Data.SqlTypes/SqlDouble.cs:
2500         * System.Data.SqlTypes/SqlGuid.cs:
2501         * System.Data.SqlTypes/SqlInt16.cs:
2502         * System.Data.SqlTypes/SqlInt64.cs:
2503         * System.Data.SqlTypes/SqlMoney.cs:
2504         * System.Data.SqlTypes/SqlSingle.cs: new stubs, contributed
2505         by Tim Coleman <tcoleman@opentext.com>
2506
2507         * System.Data.build: excluded newly-added files.
2508
2509 2002-05-02  Daniel Morgan <danmorg@sc.rr.com>
2510
2511         * System.Data.SqlClient/PostgresLibrary.cs: included new 
2512         internal class that will be a helper class in using
2513         PostgreSQL.  PostgresLibrary is used for the 
2514         pinvoke methods to the PostgreSQL Client
2515         native C library libpq while the class PostgresHelper 
2516         is used for     wrapper or helper methods.  It currently only
2517         has one static method OidTypeToSystem in converting
2518         PostgreSQL types to .NET System.<type>s, such as,
2519         a PostgreSQL int8 becomes a .NET System.Int64.
2520         Only a few types have been added, such as, int2,
2521         int4, int8, varchar, text, bool, and char.  Other types
2522         will come later.
2523         
2524         * System.Data.SqlClient/SqlCommand.cs: implemented
2525         method ExecuteScalar which allows us to do aggregate
2526         functions, such as, count, avg, min, max, and sum.  We
2527         also are able to retrieve the result, convert it to the .NET type
2528         as an object.  The user of the returned object must explicitly cast.
2529         
2530         * Test/ReadPostgresData.cs: updated sample
2531         to help us learn to retrieve data in System.Data.SqlClient
2532         classes
2533
2534 2002-05-01  Daniel Morgan <danmorg@sc.rr.com>
2535
2536         * System.Data.build: added /nowarn: nnnn arguments 
2537         so you will not get a ton of warnings.  The warnings
2538         being excluded are: 1595, 0067, 0109, 0169, and 0649
2539
2540 2002-05-01  Daniel Morgan <danmorg@sc.rr.com>
2541
2542         * System.Data.build: modified to exclude more 
2543         files from the build
2544
2545 2002-05-01  Rodrigo Moya <rodrigo@ximian.com>
2546
2547         * System.Data.SqlClient/SqlClientPermission.cs: added missing
2548         'using's.
2549
2550         * System.Data/MergeFailedEventArgs.cs: new class, contributed
2551         by John Dugaw <jdugaw@unizenconsulting.com>.
2552
2553         * System.Data.build: excluded new files from build.
2554
2555 2002-04-29  Daniel Morgan <danmorg@sc.rr.com>
2556
2557         * Test/ReadPostgresData.cs: added - Uses the 
2558         PostgresLibrary to retrieve a recordset.
2559         This is not meant to be used in Production, but as a
2560         learning aid in coding 
2561         class System.Data.SqlClient.SqlDataReader.
2562         This sample does work.
2563         
2564         * Test/TestSqlDataReader.cs: added - used
2565         to test SqlDataReader (does not work yet)
2566         Forgot to add to ChangeLog on last commit.
2567
2568 2002-04-28  Rodrigo Moya <rodrigo@ximian.com>
2569
2570         * System.Data/DataViewSetting.cs: new class.
2571         
2572 2002-04-28  Rodrigo Moya <rodrigo@ximian.com>
2573
2574         * System.Data/DataViewManager.cs: new class.
2575         
2576         * System.Data.SqlTypes/INullable.cs: properties for interfaces
2577         don't have implementation.
2578
2579         * System.Data.SqlTypes/SqlInt32.cs:
2580         * System.Data.SqlTypes/SqlString.cs:
2581         * System.Data.SqlTypes/SqlBoolean.cs: removed destructor, since
2582         these are strctures.
2583
2584         * System.Data.SqlClient/SqlClientPermissionAttribute.cs: added
2585         missing 'using's.
2586         
2587 2002-04-28  Rodrigo Moya <rodrigo@ximian.com>
2588         
2589         * System.Data/DataTableRelationCollection.cs: use 'new' keyword
2590         for correctly hiding parent class' members.
2591         (AddRange): use 'override' keyword on overriden method.
2592         (Clear): likewise.
2593         (Contains): likewise.
2594         (IndexOf): likewise.
2595         (OnCollectionChanged): likewise.
2596         (OnCollectionChanging): likewise.
2597         (RemoveCore): likewise.
2598
2599         * System.Data/DataColumnCollection.cs: use 'new' keyword.
2600
2601         * System.Data/DataSet.cs: added missing 'using's.
2602         
2603 2002-04-28  Rodrigo Moya <rodrigo@ximian.com>
2604
2605         * System.Data/DataSet.cs:
2606         * System.Data/DataTableCollection.cs:
2607         * System.Data/DataView.cs: compilation fixes on Linux.
2608
2609 2002-04-28  Daniel Morgan <danmorg@sc.rr.com>
2610
2611         * System.Data/DataRelation.cs
2612         * System.Data/ForeignKeyConstraint.cs
2613         * System.Data/UniqueConstraint.cs: added more stubs
2614         
2615         * System.Data/DataTableRelationCollection.cs: added back to cvs
2616         and modified for compile errors.  DataRelationCollection is an
2617         abstract class and there must be a class that implements for
2618         DataTable/DataSet.  DataTableRelationCollection was changed
2619         to an internal class.
2620         
2621         * System.Data.build: modified - new files added
2622         also wanted to include files/classes in the build 
2623         so we can get a compilable forward read only result set.
2624         It compiles now using csc/nant with warnings, but this 
2625         is a start for adding functionality for the result set.  
2626         Classes associated with/and DataSet are still excluded.
2627         
2628         * TODO: modified - updated to do list for System.Data
2629         
2630         * System.Data/Constraint.cs
2631         * System.Data/ConstraintCollection.cs
2632         * System.Data/DataRelationCollection.cs
2633         * System.Data/DataRow.cs
2634         * System.Data/DataRowChangeEventArgs.cs
2635         * System.Data/DataRowCollection.cs
2636         * System.Data/DataTable.cs
2637         * System.Data/DataTableCollection.cs
2638         * System.Data/InternalDataCollectionBase.cs
2639         * System.Data/PropertyCollection.cs: modified -
2640         changes to compile SqlDataReader/DataTable and
2641         dependencies
2642         
2643         * System.Data/IDbCommand.cs
2644         * System.Data.SqlClient/SqlCommand.cs: modified -
2645         un-commented overloaded methods ExecuteReader 
2646         which returns a SqlDataReader
2647
2648 2002-04-28  Rodrigo Moya <rodrigo@ximian.com>
2649
2650         * System.Data/DataTableCollection.cs: more implementation.
2651         (Count): added 'override' keyword, as pointer out by Martin.
2652
2653         * System.Data.Common/DataColumnMappingCollection.cs (Add, AddRange):
2654         only call Array.Copy when there is really stuff to be copied.
2655         (CopyTo): don't create the temporary array, it's not needed.
2656
2657         * System.Data.build: excluded newly added file from build.
2658
2659 2002-04-27  Rodrigo Moya <rodrigo@ximian.com>
2660
2661         * System.Data/DataTableRelationCollection.cs: removed, it's not
2662         on MS SDK documentation.
2663
2664         * System.Data/DataTableCollection.cs: new class.
2665
2666 2002-04-27  Daniel Morgan <danmorg@sc.rr.com>
2667
2668         * System.Data/DataRowChangeEventArgs.cs
2669         * System.Data/DataRowCollection.cs
2670         * System.Data/DataView.cs
2671         * System.Data/PropertyCollection.cs: added new stubs
2672
2673         * System.Data.build: modified - added new files to exclude
2674         from build
2675         
2676         * TODO: modified - removed files from TODO list 
2677         that were stubbed above
2678         
2679         * System.Data/DataColumn.cs
2680         * System.Data/DataRow.cs: modified - various tweaks
2681         and added internal method SetTable to set the reference
2682         to a DataTable
2683         
2684         * System.Data/DataSet.cs: modified - class was not
2685         completely stubbed.
2686         
2687         * System.Data/DataTable.cs: modified - temporarily commented
2688         DataSet and DataView references - trying to compile a SqlDataReader,
2689         DataTable, and dependencies for a forward read-only result set.
2690         SqlDataAdapter, DataSet, and DataView will come later once we can get
2691         a forward read only result set working.
2692         
2693         * System.Data/IDataRecord.cs: modified - source code lines should
2694         not be > 80
2695         
2696         * System.Data/InternalDataCollectionBase.cs: modified - started 
2697         implementing this base class for collection of data rows,
2698         columns, tables, relations, and constraints
2699         
2700         * System.Data.SqlClient/SqlException.cs: modified -
2701         call base(message) so a unhandled exception displays
2702         the message of a SQL error instead of the 
2703         default SystemException message
2704         
2705         * Test/TestSqlException.cs: modified - 
2706         handle the rollback properly for a SqlException on a
2707         failure to connect
2708
2709 2002-04-23  Daniel Morgan <danmorg@sc.rr.com>
2710
2711         * System.Data.build: modified - added new
2712         files to exclude from build 
2713         
2714         * System.Data/Constraint.cs
2715         * System.Data/ConstraintCollection.cs
2716         * System.Data/InternalDataCollectionBase.cs: added -
2717         stubs which are needed to build DataTable.cs
2718         
2719         * TODO: modified - added more classes TODO and
2720         added more stuff TODO, such as, create script
2721         to create test database monotestdb for testing
2722         classes in System.Data
2723
2724 2002-04-23  Rodrigo Moya <rodrigo@ximian.com>
2725
2726         * System.Data.Common/DataAdapter.cs:
2727         * System.Data.Common/DataColumnMappingCollection.cs:
2728         * System.Data.Common/DataTableMappingCollection.cs:
2729         * System.Data.Common/DbDataPermission.cs:
2730         * System.Data.Common/DbDataPermissionAttribute.cs: some
2731         compilation errors fixed.
2732
2733 2002-04-23  Daniel Morgan <danmorg@sc.rr.com>
2734
2735         * TODO: modified - added classes TODO, and
2736         a poor attempt at System.Data plan
2737
2738 2002-04-23  Daniel Morgan <danmorg@sc.rr.com>
2739
2740         * ChangeLog: modified - put tabs where they belong
2741         
2742         * System.Data.SqlClient/SqlDataReader.cs
2743         * System.Data/DataColumn.cs: modified - compile errors
2744         trying to compile SqlDataAdapter and dependencies
2745
2746 2002-04-23  Daniel Morgan <danmorg@sc.rr.com>
2747
2748         * System.Data.SqlTypes/SqlBoolean.cs
2749         * System.Data.SqlTypes/SqlCompareOptions.cs
2750         * System.Data.SqlTypes/SqlInt32.cs
2751         * System.Data.SqlTypes/SqlString.cs: added - new stubs
2752
2753         * System.Data/DataTable.cs
2754         * System.Data.SqlClient/SqlCommand.cs
2755         * System.Data.SqlClient/SqlConnection.cs
2756         * System.Data.SqlClient/SqlError.cs
2757         * System.Data.SqlClient/SqlTransaction.cs: modified - 
2758         misc. tweaks
2759
2760         * System.Data.SqlClient/SqlException.cs: modified -
2761         missing Message on indexer for Message property
2762
2763 2002-04-21  Daniel Morgan <danmorg@sc.rr.com>
2764
2765         * System.Data.SqlClient/SqlCommand.cs: modified - to 
2766         compile using mcs.  This problem is
2767         returning a stronger type in csc vs. msc
2768
2769         * System.Data.SqlClient/SqlConnection.cs: modified - msc
2770         can not do a using PGconn = IntPtr; and then declare
2771         with PGconn pgConn = IntPtr.Zero;
2772         Thiw works under csc though.  Had to comment using and
2773         changed declaration to IntPtr pgConn = IntPtr.Zero;
2774         Also, got rid of compile warnings for hostaddr and port.
2775
2776         * System.Data.SqlClient/SqlErrorCollection.cs: modified - got
2777         rid of compile warnings.  Commented MonoTODO attribute because mcs
2778         doesn't seem to work with C# array property indexer (Item)
2779         this[int index]
2780
2781         * System.Data.SqlClient/SqlParameterCollection.cs: modified -
2782         commented MonoTODO attribute for indexer for mcs compiling
2783
2784         * Test/TestSqlIsolationLevel.cs:
2785         * Test/TestSqlInsert.cs:
2786         * Test/TestSqlException.cs: modified -
2787         removed extra ExecuteNonQuery which caused two inserted rows
2788
2789 2002-04-20  Daniel Morgan <danmorg@sc.rr.com>
2790
2791         * System.Data/StateChangeEventArgs.cs - added
2792         needed to compile System.Data.dll with mcs.  
2793
2794 2002-04-20  Daniel Morgan <danmorg@sc.rr.com>
2795
2796         * System.Data.OleDb: added directory - for OleDb database 
2797         provider classes
2798
2799         * System.Data.SqlClient/SqlClientPermission.cs
2800         * System.Data.SqlClient/SqlClientPermissionAttribute.cs
2801         * System.Data.SqlClient/SqlCommandBuilder.cs
2802         * System.Data.SqlClient/SqlInfoMessageEventHandler.cs
2803         * System.Data.SqlClient/SqlRowUpdatedEventArgs.cs
2804         * System.Data.SqlClient/SqlRowUpdatedEventHandler.cs
2805         * System.Data.SqlClient/SqlRowUpdatingEventArgs.cs
2806         * System.Data.SqlClient/SqlRowUpdatingEventHandler.cs
2807         * Test/TestSqlException.cs
2808         * Test/TestSqlIsolationLevel.cs: added - more tests
2809
2810         * System.Data.build: modified - added new files - excludes these too
2811
2812         * System.Data.SqlClient/PostgresLibrary.cs - modified - comment
2813
2814         * System.Data.SqlClient/SqlConnection.cs 
2815         * System.Data.SqlClient/SqlCommand.cs
2816         * System.Data.SqlClient/SqlTransaction.cs
2817         * System.Data.SqlClient/SqlException.cs
2818         * System.Data.SqlClient/SqlErrorCollection.cs
2819         * System.Data.SqlClient/SqlError.cs: modified - transaction and
2820         exception/error handling. SqlConnection(connectionString) 
2821         constructor should not automatically connect.
2822   
2823         * System.Data.SqlClient/SqlDataReader.cs
2824         * System.Data.SqlClient/SqlDataAdapter.cs
2825         * System.Data.SqlClient/SqlParameter.cs
2826         * System.Data.SqlClient/SqlParameterCollection.cs: modified - 
2827         added using System.ComponentModel;
2828   
2829         * Test/TestSqlInsert.cs: modified - to use transaction
2830
2831 2002-04-17  Rodrigo Moya <rodrigo@ximian.com>
2832
2833         * System.Data/DataRow.cs: new skeletons.
2834
2835         * System.Data.Common/DataAdapter.cs:
2836         * System.Data.Common/DataColumnMapping.cs:
2837         * System.Data.Common/DataColumnMappingCollection.cs:
2838         * System.Data.Common/DataTableMapping.cs:
2839         * System.Data.Common/DataTableMappingCollection.cs:
2840         * System.Data.Common/DbDataAdapter.cs:
2841         * System.Data.Common/RowUpdatedEventArgs.cs:
2842         * System.Data.SqlClient/SqlDataAdapter.cs:
2843         * System.Data.SqlClient/SqlInfoMessageEventArgs.cs: compilation
2844         fixes for Linux.
2845
2846         * System.Data.Common/DbDataRecord.cs:
2847         * System.Data.Common/DbEnumerator.cs: removed MS implementation
2848         internal classes.
2849
2850 2002-04-17  Daniel Morgan <danmorg@sc.rr.com>
2851
2852         * Test/TestSqlInsert.cs: modified - do
2853           a SQL DELETE before SQL INSERT of row so you can use this
2854           test over and over.
2855         
2856         * System.Data.SqlClient/SqlTransaction.cs: modified - default
2857           IsolationLevel for PostgreSQL is ReadCommitted.  However,
2858           PostgreSQL allows Serializable as well. 
2859       (Thanks to Gonzalo for that!)
2860         
2861         * System.Data.SqlClient/SqlConnection.cs: modified
2862         * System.Data.SqlClient/SqlCommand.cs: modified
2863         * System.Data.SqlClient/SqlTransaction.cs: modified - got transactions
2864           working; however, we still need to implement SQL errors
2865           and exceptions to properly handle transactions.  Also, added
2866           status and error message support from the PostgreSQL database.
2867           Currently, this does a Console.WriteLine() to display the
2868           status and error messages, but this is a TODO 
2869           for SQL errors and exceptions.
2870         
2871         * System.Data/TODOAttribute.cs: added - needed MonoTODO
2872       attribute for System.Data.dll assembly 
2873
2874         * System.Data/IDbCommand.cs: modified - commented
2875           overloaded method ExecuteReader 
2876           so System.Data.SqlClient.SqlCommand can compile
2877           
2878         * System.Data/IDbCommand.cs: modified
2879         * System.Data/IDbConnection.cs: modified - added using System;
2880         * System.Data/IDataParameter.cs
2881         
2882         * System.Data.build: modified - build classes
2883           in System.Data.SqlClient and exclude others in System.Data
2884         
2885         * System.Data.SqlClient/PostgresLibrary.cs: modified - change
2886           parameter data type from IntPtr to enum ExecStatusType
2887         
2888         * ChangeLog: modified - corrected previous entries in log
2889
2890 2002-04-16  Rodrigo Moya <rodrigo@ximian.com>
2891
2892         * System.Data.Common/DataColumnMappingCollection.cs: added basic
2893         implementation. Still missing some stuff.
2894
2895 2002-04-16  Daniel Morgan <danmorg@sc.rr.com>
2896
2897         * System.Data.SqlClient/SqlConnection.cs: modified - got 
2898       to compile, run, and connect to PostgreSQL database
2899       
2900         * System.Data.SqlClient/SqlCommand.cs: modified - got 
2901       to compile, run, and execute a SQL INSERT command 
2902       which successfully inserted a row 
2903       into the PostgreSQL database
2904
2905         * System.Data.SqlClient/SqlTransaction.cs: modified
2906         * System.Data.SqlClient/SqlParameter.cs: modified
2907         * System.Data.SqlClient/SqlParameterCollection.cs: modified
2908         * System.Data.SqlClient/SqlError.cs: modified
2909         * System.Data.SqlClient/SqlErrorCollection.cs: modified
2910         * System.Data.SqlClient/SqlException.cs: modified
2911         * System.Data.SqlClient/PostgresLibrary.cs: modified - to compile
2912
2913         * System.Data.SqlClient/SqlAdapter: modified
2914         * System.Data.SqlClient/SqlReader: modified - add more stubs
2915         
2916 2002-04-16  Daniel Morgan <danmorg@sc.rr.com>
2917
2918         * Test/TestSqlInsert.cs: added 
2919
2920 2002-04-15  Daniel Morgan <danmorg@sc.rr.com>
2921
2922         * System.Data.SqlClient/SqlInfoMessageEventArgs.cs: added - using in
2923           class SqlConnecition
2924         * System.Data.SqlClient/SqlErrorCollection.cs: added
2925         * System.Data.SqlClient/SqlErrors.cs: removed - no such class SqlErrors
2926
2927 2002-04-15  Christopher Podurgiel <cpodurgiel@msn.com>
2928         
2929         * System.Data.IDbDataParameter: Added Interface to IDataParameter.
2930         * System.Data.IDbTransaction: Added Interface to IDisposable.
2931         * System.Data.IDbCommand: Fixed Capitalization of class name.
2932         * System.Data.IDbConnection: Fixed Capitalization of class name.
2933
2934 2002-04-15  Rodrigo Moya <rodrigo@ximian.com>
2935
2936         * System.Data.Common/DbDataPermissionAttribute.cs:
2937         * System.Data.Common/DataAdapter.cs:
2938         * System.Data.Common/DataColumnMapping.cs:
2939         * System.Data.Common/DbDataPermission.cs: added some implementation.
2940
2941 2002-04-15  Rodrigo Moya <rodrigo@ximian.com>
2942
2943         * System.Data.SqlClient/SqlConnection.cs: fixed constructor chaining
2944         syntax, as pointed out by Levent Camlibel.
2945
2946 2002-04-14  Rodrigo Moya <rodrigo@ximian.com>
2947
2948         * System.Data.SqlTypes/SqlBinary.cs:
2949         * System.Data.SqlTypes/INullable.cs: new skeletons.
2950
2951 2002-04-14  Daniel Morgan <danmorg@sc.rr.com>
2952
2953         * System.Data.SqlClient/PostgresLibrary.cs: new internal class, which
2954         contains all calls the the PostgreSQL client library, to be used
2955         everywhere in System.Data.SqlClient.
2956
2957 2002-03-30  Rodrigo Moya <rodrigo@ximian.com>
2958
2959         * System.Data.SqlClient/SqlConnection.cs: implemented basic
2960         constructors.
2961
2962         * System.Data.SqlTypes/SqlNullValueException.cs: new skeletons.
2963
2964 2002-03-29  Rodrigo Moya <rodrigo@ximian.com>
2965
2966         * System.Data.Common/DbDataRecord.cs:
2967         * System.Data.Common/DbEnumerator.cs:
2968         * System.Data.Common/RowUpdatedEventArgs.cs:
2969         * System.Data.Common/RowUpdatingEventArgs.cs:
2970         * System.Data.Common/DbDataPermissionAttribute.cs: new skeletons.
2971
2972 2002-03-28  Rodrigo Moya <rodrigo@ximian.com>
2973
2974         * System.Data.Common/DataTableMappingCollection.cs:
2975         * System.Data.Common/DbDataAdapter.cs:
2976         * System.Data.Common/DbDataPermission.cs:
2977         * System.Data.Common/DataTableMapping.cs: new skeletons.
2978
2979         * System.Data.SqlClient/SqlDataAdapter.cs:
2980         * System.Data.SqlClient/SqlDataReader.cs:
2981         * System.Data.SqlClient/SqlErrors.cs:
2982         * System.Data.SqlClient/SqlError.cs:
2983         * System.Data.SqlClient/SqlException.cs:
2984         * System.Data.SqlClient/SqlParameter.cs:
2985         * System.Data.SqlClient/SqlParameterCollection.cs:
2986         * System.Data.SqlClient/SqlTransaction.cs:
2987         * System.Data.SqlClient/SqlCommand.cs: fixed skeletons.
2988
2989 2002-03-27  Rodrigo Moya <rodrigo@ximian.com>
2990
2991         * System.Data.Common/DataColumnMapping.cs:
2992         * System.Data.Common/DataColumnMappingCollection.cs:
2993         * System.Data.Common/DataAdapter.cs: created skeletons.
2994
2995         * System.Data.build: exclude new directories from build.
2996
2997 2002-03-27  Rodrigo Moya <rodrigo@ximian.com>
2998
2999         * System.Data.SqlClient/SqlTransaction.cs: started implementation.
3000         
3001         * System.Data.SqlClient/SqlConnection.cs (BeginTransaction):
3002         implemented (2 methods).
3003
3004 2002-03-24  Duncan Mak  <duncan@ximian.com>
3005
3006         * System.Data.build: Excluded System.Data.SqlClient from the build.
3007         The stubs are incomplete and they are stopping the build.
3008
3009         * System.Data.SqlClient/SqlCommand.cs: Replaced 'implements' with ':'.
3010
3011 2002-03-24  Rodrigo Moya <rodrigo@ximian.com>
3012
3013         * System.Data.SqlClient/*: added skeletons for the SQL managed
3014         provider for ADO.Net, to be based initially in PostgreSQL.
3015
3016 2002-03-15  Christopher Podurgiel <cpodurgiel@msn.com>
3017         
3018         Changed the Namespace on some Enums from mono.System.Data to System.Data
3019
3020 2002-03-01  Christopher Podurgiel <cpodurgiel@msn.com>
3021
3022         * DataColumnCollection.cs : When an existing DataColumn is added, will now Assign a 
3023                 default name if the ColumnName is null.
3024         * DataSet.cs : Added
3025         * DataTable.cs : Added
3026         * DataRelationCollection.cs : Added
3027         * DataTableRelationCollection.cs : Added
3028         * DataColumn : Added
3029
3030 2002-02-11  Christopher Podurgiel <cpodurgiel@msn.com>
3031
3032         * DataColumnChangeEventArgs.cs : Added
3033         * DataColumnCollection.cs : Added
3034
3035 2002-02-10  Christopher Podurgiel <cpodurgiel@msn.com>
3036         
3037         * Removed *.cs from System.Data as the correct files are in mcs/class/System.Data/System.Data
3038         * Updated all Enums, Interfaces, and Delegates in System.Data