Warnings
[mono.git] / mcs / class / System.Data / ChangeLog
index 9a88d0dfaa544f6f98fe59e5f2392c8ae2b6b3a6..304f4c1752fbd1d4a557af2f775486d2824c5015 100644 (file)
@@ -1,3 +1,143 @@
+2004-04-19  Atsushi Enomoto <atsushi@ximian.com>
+
+       * System.Data_test.dll.sources : added DataSetInferXmlSchemaTest.cs.
+
+2004-04-19  Atsushi Enomoto <atsushi@ximian.com>
+
+       * System.Data.dll.sources : Added XmlSchemaDataImporter.cs
+
+2004-04-15  Atsushi Enomoto <atsushi@ximian.com>
+
+       * System.Data_test.dll.sources :
+         added DataSetReadXmlSchemaTest.cs and DataSetAssertion.cs.
+
+2004-04-14  Atsushi Enomoto <atsushi@ximian.com>
+
+       * System.Data_test.dll.sources : added DataSetReadXmlTest.cs.
+
+2004-04-13  Atsushi Enomoto <atsushi@ximian.com>
+
+       * System.Data_test.dll.sources : added XmlDataDocumentTest2.cs.
+
+2004-04-05  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * System.Data.dll.sources: removed SqlConnectionPool.cs.
+
+2004-03-29  Juraj Skripsky <juraj@hotfeet.ch>
+
+       * System.Data.dll.sources : added classes in Mono.Data.SqlExpressions
+       * Makefile : add jay-target for Mono.Data.SqlExpressions/Parser.cs
+
+2004-03-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * System.Data.dll.sources : added classes
+
+2004-03-04 Eran Domb <erand@mainsoft.com>
+
+       * System.Data.dll.sources : added Node.cs, ComparerFactory.cs.
+
+2004-03-03  Atsushi Enomoto <atsushi@ximian.com>
+
+       * System.Data.dll.sources : added Index.cs.
+
+2004-01-21  Atsushi Enomoto <atsushi@ximian.com>
+
+       * System.Data_test.dll.sources : Added TypedDataSetGeneratorTest.cs.
+
+2004-01-20  Atsushi Enomoto <atsushi@ximian.com>
+
+       * System.Data.dll.sources: Added missing TypedDataSetGenerator.cs.
+
+2003-12-28  Tim Coleman <tim@timcoleman.com>
+       * System.Data.dll.sources:
+               Add new .NET 1.2 sources.
+
+2003-12-21  Tim Coleman <tim@timcoleman.com>
+       * System.Data.dll.sources:
+               Add new .NET 1.2 sources.
+
+2003-12-19  Tim Coleman <tim@timcoleman.com>
+       * System.Data.dll.sources:
+               Add new .NET 1.2 sources.
+
+2003-12-16  Tim Coleman <tim@timcoleman.com>
+       * System.Data.dll.sources:
+               Add new .NET 1.2 sources.
+
+2003-11-26  Tim Coleman <tim@timcoleman.com>
+       * System.Data.dll.sources:
+               Add many new System.Data classes for NET_1_2 build.
+
+2003-11-25  Tim Coleman <tim@timcoleman.com>
+       * System.Data.dll.sources:
+               Add System.Data/IDataSources.cs to build
+
+2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * System.Data.dll.sources: Assembly/Locale.cs added, Assembly/AssemblyInfo.cs added
+
+2003-07-18  Peter Williams  <peter@newton.cx>
+
+       * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not
+       a distable file.
+
+2003-07-16  Peter Williams  <peter@newton.cx>
+
+       * Makefile: Flip around for the new default build
+       profile.
+
+2003-06-16  Tim Coleman <tim@timcoleman.com>
+       * System.Data.Common/DbDataAdapter.cs:
+               Add the DataTable to the result set even if it contains
+               no rows.  Based on report by Krieg Andreas.
+
+2003-03-17  Daniel Morgan <danmorg@sc.rr.com>
+
+       * System.Data.build: on windows build, ignore
+       warnings CS0219: "The variable xxx is assigned but its value is
+       never used" and CS0168: "The variable xxx
+       is declared but never used"
+       
+       * System.Data/DataRow.cs: flush
+       
+       * System.Data/DataSet.cs: start implementation on Clear(),
+       and WriteXml() should write the start element <?xml ... ?> at the top
+       of the document
+       
+       * System.Data/DataTable.cs: TODO/FIXME notes. Start implementation
+       of Compute() - still not working
+
+2003-03-16  Daniel Morgan <danmorg@sc.rr.com>
+
+       * System.Data/DataRowView.cs: in the constructor pass
+       DataRow in instead of int index of the DataRow
+       in DataTable.Rows
+       
+       * System.Data/DataTable.cs: implement sorting
+       for method Select(filterExpression,sort)
+       
+       * System.Data/DataView.cs: more implementation -
+       Now, If Sort, RowFilter, or RowStateFilter is set, an 
+       enumerated DataRowViews will be a view with those
+       properties applied.  Still need to implement event handling
+       though.
+
+2003-03-13  Tim Coleman <tim@timcoleman.com>
+       * System.Data.SqlClient/SqlCommandBuilder.cs:
+               Change "where" variable name to "whereClause" at the
+               request of Rhys Weatherley <rweather@zip.com.au>
+
+2003-03-10  Daniel Morgan <danmorg@sc.rr.com>
+
+       * System.Data.SqlClient/SqlDataReader.cs: when 
+       the data reader is closed, this SqlDataReader referenced 
+       in SqlConnection needs to be null
+       
+       * System.Data.Common/DbDataAdapter.cs: for SelectCommands executed that
+       have no result set, such as, DDL like CREATE TABLE or DML like INSERT,
+       the data reader needs to be immediately closed, and 0 returned
+       as the number of rows added or refreshed
+
 2003-02-18  Daniel Morgan <danmorg@sc.rr.com>
 
        * DataTableRelationCollection.cs: removed file