Add remarks.
authorEran Domb <eran@mono-cvs.ximian.com>
Mon, 2 Feb 2004 09:14:06 +0000 (09:14 -0000)
committerEran Domb <eran@mono-cvs.ximian.com>
Mon, 2 Feb 2004 09:14:06 +0000 (09:14 -0000)
svn path=/trunk/mcs/; revision=22690

mcs/class/System.Data/System.Data/ChangeLog

index 1c8219543e1adf769008b988616ce2a537952c14..beff96380bedf013887b63dc06481a478bdf1771 100644 (file)
@@ -1,3 +1,13 @@
+2004-02-02 Eran Domb <erand@mainsoft.com>
+
+       * DataSet.cs : Add indentation to the xml serialization only if we create the XmlWriter.
+       Add the namespace attribute even if namespace is an empty string for inteoperability with MS.NET.
+       * DataTable.cs (NewRow): Create only one DataRowBuilder.
+       Initiate new row with row id -1.
+       * DataRow.cs : Add RowId property.
+       * DataRowBuilder.cs : Add _rowId member.
+       * DataRowCollection.cs (Add) : Use the RowId property of the new row to check if it is already exists in the collection.
+
 2004-01-26 Eran Domb <erand@mainsoft.com>
 
        * XmlConstants.cs : Added some constants.