2004-08-18 Umadevi S <sumadevi@novell.com>
[mono.git] / mcs / class / System.Data / System.Data / ChangeLog
index 6f2febc43ab0e3bdaa66fce3a01f0666dbbd86de..5d5b4fe096a79e3dc469c773d2a700c126a419c7 100644 (file)
@@ -1,3 +1,58 @@
+2004-08-18 Umadevi S <sumadevi@novell.com>
+       * DataView.cs - Completed most of the event handling. 
+       Thanks to Punit Todi <punit_todi@da-iict.org> for implementing most of it.
+       Thanks to Boris Kirzner <borisk@mainsoft.com> for commenting and suggesting changes to the implementation.
+       * DataTable.cs - Changed Access modifiers of class/methods since it was used by DataView.
+
+2004-08-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataSet.cs : DataSet's ExtendedProperties were not XmlConverted.
+
+2004-08-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlConstants.cs : Added constants for "msprop" support.
+       * DataSet.cs : ExtendedProperties should be written in the schema.
+         This fixes bug #61233.
+
+2004-07-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataSet.cs : on serialization to XmlWriter, XmlConvert should be
+         used. There were also some culture dependency problems to write int.
+
+2004-06-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlDataInferenceLoader.cs : It was not always filling relation
+         child table information correctly. This fixes bug #60742.
+
+2004-06-23 Umadevi S <sumadevi@novell.com>
+       * UniqueConstraint.cs :changed a ifdef true to ifdef NET_1_1
+
+2004-06-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataSet.cs : Fixed ReadXml(). When ReadMode is ReadSchema and the
+         schema is inside the document element (as created in XmlWriteMode
+         .WriteSchema), it should read schema from that non-document element.
+         This fixes one case reported in bug #60470.
+
+2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlDataInferenceLoader.cs : Kindly reject xml schema document as a
+         inference target. For bug #60470. (MS does not support schema
+         document inference and results in unconsistent dataset structure.)
+
+2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataTableCollection.cs : reset the table's DataSet to null when
+         removing a table from this collection.
+       * DataTable.cs : When Namespace is not specified explicitly, its
+         Namespace property reflects DataSet's Namespace if exist.
+         This fixes bug #60469.
+
+2004-06-18  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * DBConcurrentcyException.cs: CRLF to LF
+       * DataViewSetting.cs: CRLF to LF
+
 2004-06-18  Gert Driesen <drieseng@users.sourceforge.net>
 
         * DataViewSetting.cs: renamed fields to match MS.NET