This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / System.Data / ChangeLog
index 4adc8e5aa47b2801ffbd354628f8d308dd5fc88a..36a8c368a761c007ccb26d2d80458dec8d317814 100644 (file)
@@ -1,44 +1,3 @@
-2004-10-06  Umadevi S <sumadevi@novell.com>
-       * System.Data.dll.sources : Added ISqlNotificationReceiver, SqlNotifcationType,
-               SqlNotificationInfo, SqlNotificationSource
-
-2004-09-15  Sebastien Pouliot  <sebastien@ximian.com>
-
-       * System.Data_test.dll.sources: Added OdbcPermission, OleDbPermission 
-       and SqlClientPermission unit tests to the build.
-
-2004-09-14  Sebastien Pouliot  <sebastien@ximian.com>
-
-       * System.Data_test.dll.sources: Added DBDataPermission unit tests to
-       the build.
-
-2004-09-14 Umadevi S <sumadevi@novell.com>
-       * Added System.Data.SqlTypes/SqlNotFilledException.cs,System.Data.SqlTypes/
-       SqlAlreadyFilledException.cs to System.Data.dll.sources
-
-2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>
-
-       * Makefile: Added /nowarn:618 when compiling unit test assembly to 
-       remove nunit obsolete warnings.
-       * System.Data.dll.sources: Added System.Data.Common.DbConnectionOptions
-       (NET_2_0) and System.Data.Common/PermissionHelper to the build.
-       * System.Data_test.dll.sources: Added {DBData|Odbc|OleDb|SqlClient}
-       PermissionAttribute unit tests to the build.
-
-2004-08-25  Nick Drochak  <ndrochak@ieee.com>
-
-       * Makefile: Cut down the the build noise.
-
-2004-08-19 Gert Driesen <drieseng@users.sourceforge.net>
-       * Added System.Data.SqlClient/SqlConnectionTest.cs to 
-       System.Data_test.dll.sources
-
-2004-07-14 Umadevi S <sumadevi@novell.com>
-       * Added System.Data.SqlTypes/StorageState.cs to System.data.dll.sources
-
-2004-07-09 Umadevi S <sumadevi@novell.com>
-       * Added System.Data.Sql/IUdtSerializationContext.cs and System.Data.Sql/SqlFacetAttribute.cs to system.data.dll.sources
-
 2004-06-02 Umadevi S <sumadevi@novell.com>
        * added System.Data/DataTableTypeConverter to system.data.dll.sources
 
        because its internally in file DataRelationCollection.cs
 
 2003-02-18  Alan Tam <Tam@SiuLung.com>
-
-       * DataRelation.cs: Added storage required to hold the relations.
-         Checking of constraints are not implemented yet.
-       * DataRelationCollection.cs: Implemented DataSetRelationCollection
-         and DataTableRelationCollection, both as inner class of the abstract class
-         DataRelationCollection (like Microsoft although not documented in ECMA).
-       * DataRow.cs: Implemented GetChildRows in a extremely slow way.
-         Need to implement caching like Microsoft later.
-       * DataSet.cs: Uncomment DataRelation related members. Uncomment
-         code for Nested XML. Implemented WriteTable(XmlWriter, DataRow[],
-         XmlWriteMode) for use of Nested XML. Fixed a wrong modifier in
-         GetSerializationData.
-       * DataTable.cs: Uncomment DataRelation related members.
+\r
+       * DataRelation.cs: Added storage required to hold the relations.\r
+         Checking of constraints are not implemented yet.\r
+       * DataRelationCollection.cs: Implemented DataSetRelationCollection\r
+         and DataTableRelationCollection, both as inner class of the abstract class\r
+         DataRelationCollection (like Microsoft although not documented in ECMA).\r
+       * DataRow.cs: Implemented GetChildRows in a extremely slow way.\r
+         Need to implement caching like Microsoft later.\r
+       * DataSet.cs: Uncomment DataRelation related members. Uncomment\r
+         code for Nested XML. Implemented WriteTable(XmlWriter, DataRow[],\r
+         XmlWriteMode) for use of Nested XML. Fixed a wrong modifier in\r
+         GetSerializationData.\r
+       * DataTable.cs: Uncomment DataRelation related members.\r
 
 2003-02-11  Tim Coleman <tim@timcoleman.com>
        * System.Data.SqlClient/SqlConnection.cs:
        * System.Data.Odbc/OdbcDataReader.cs: implemented GetValues() method
        needed by OdbcDataAdapter
        
-       * System.Data.Odbc/OdbcDataAdapter.cs
-       * System.Data.Odbc/OdbcRowUpdatedEventArgs.cs
-       * System.Data.Odbc/OdbcRowUpdatedEventHandler.cs
-       * System.Data.Odbc/OdbcRowUpdatingEventArgs.cs
+       * System.Data.Odbc/OdbcDataAdapter.cs\r
+       * System.Data.Odbc/OdbcRowUpdatedEventArgs.cs\r
+       * System.Data.Odbc/OdbcRowUpdatedEventHandler.cs\r
+       * System.Data.Odbc/OdbcRowUpdatingEventArgs.cs\r
        * System.Data.Odbc/OdbcRowUpdatingEventHandler.cs: added files for an
        ODBC Data Adapter
 
        * System.Data/DataColumn.cs
        * System.Data/DataColumnCollection.cs
        * System.Data/DataRelation.cs: modified -
-       Began initial implementation of WriteXml 
-       and WriteXmlSchema. There is no support for DiffGrams 
-       yet. In WriteSchema mode, relationships are missing, 
-       all types are xs:string and the namespacing is not 
-       working properly. Added support for Ordinals in the 
-       DataColumnCollection and added support for 
-       namespaces and prefixes.
+       Began initial implementation of WriteXml \r
+       and WriteXmlSchema. There is no support for DiffGrams \r
+       yet. In WriteSchema mode, relationships are missing, \r
+       all types are xs:string and the namespacing is not \r
+       working properly. Added support for Ordinals in the \r
+       DataColumnCollection and added support for \r
+       namespaces and prefixes.\r
 
 2002-11-03  Ville Palo <vi64pa@koti.soon.fi>
 
                Exclude compiling of System.Data.SqlClient in
                preparation for overhauls of that system.
 
-2002-10-16  Daniel Morgan <danmorg@sc.rr.com>
-
-       * ParmUtil.cs
-       * PostgresLibrary.cs
-       * PostgresTypes.cs
-       * SqlClientPermission.cs
-       * SqlClientPermissionAttribute.cs
-       * SqlCommand.cs
-       * SqlCommandBuilder.cs
-       * SqlConnection.cs
-       * SqlDataAdapter.cs
-       * SqlDataReader.cs
-       * SqlError.cs
-       * SqlErrorCollection.cs
-       * SqlException.cs
-       * SqlInfoMessageEventArgs.cs
-       * SqlInfoMessageEventHandler.cs
-       * SqlParameter.cs
-       * SqlParameterCollection.cs
-       * SqlRowUpdatedEventArgs.cs
-       * SqlRowUpdatedEventHandler.cs
-       * SqlRowUpdatingEventArgs.cs
-       * SqlRowUpdatingEventHandler.cs
-       * SqlTransaction.cs: thanks to Miguel de Icaza, he 
-       copied files on the mono cvs server
-       from mcs/class/System.Data/System.Data.SqlClient 
-       for the PostgreSQL provider
-       to mcs/class/Mono.Data.PostgreSqlClient.  
-       This frees up
-       mcs/class/System.Data/System.Data.SqlClient for 
-       the Microsoft SQL Server provider.  
-       Any Mono.Data.PostgreSqlClient/Sql*.cs files
-       were copied on the cvs server 
-       to Mono.Data.PostgreSqlClient/PgSql*.cs files 
-       and the old Mono.Data.PostgreSqlClient/Sql*.cs
-       files were removed.  Copying, renaming, and removing
-       was done on the cvs server so we could keep 
-       the cvs change history.
+2002-10-16  Daniel Morgan <danmorg@sc.rr.com>\r
+\r
+       * ParmUtil.cs\r
+       * PostgresLibrary.cs\r
+       * PostgresTypes.cs\r
+       * SqlClientPermission.cs\r
+       * SqlClientPermissionAttribute.cs\r
+       * SqlCommand.cs\r
+       * SqlCommandBuilder.cs\r
+       * SqlConnection.cs\r
+       * SqlDataAdapter.cs\r
+       * SqlDataReader.cs\r
+       * SqlError.cs\r
+       * SqlErrorCollection.cs\r
+       * SqlException.cs\r
+       * SqlInfoMessageEventArgs.cs\r
+       * SqlInfoMessageEventHandler.cs\r
+       * SqlParameter.cs\r
+       * SqlParameterCollection.cs\r
+       * SqlRowUpdatedEventArgs.cs\r
+       * SqlRowUpdatedEventHandler.cs\r
+       * SqlRowUpdatingEventArgs.cs\r
+       * SqlRowUpdatingEventHandler.cs\r
+       * SqlTransaction.cs: thanks to Miguel de Icaza, he \r
+       copied files on the mono cvs server\r
+       from mcs/class/System.Data/System.Data.SqlClient \r
+       for the PostgreSQL provider\r
+       to mcs/class/Mono.Data.PostgreSqlClient.  \r
+       This frees up\r
+       mcs/class/System.Data/System.Data.SqlClient for \r
+       the Microsoft SQL Server provider.  \r
+       Any Mono.Data.PostgreSqlClient/Sql*.cs files\r
+       were copied on the cvs server \r
+       to Mono.Data.PostgreSqlClient/PgSql*.cs files \r
+       and the old Mono.Data.PostgreSqlClient/Sql*.cs\r
+       files were removed.  Copying, renaming, and removing\r
+       was done on the cvs server so we could keep \r
+       the cvs change history.\r
 
 2002-10-15  Daniel Morgan <danmorg@sc.rr.com>