* OdbcParameterTest.cs: Fixed compilation on 1.0 profile.
[mono.git] / mcs / class / System.Data / System.Xml / ChangeLog
index ae8d30ada0e741e85905f6eb913584c209fd74d6..899caa882686e152deba627325700b02134d3e07 100644 (file)
@@ -1,3 +1,24 @@
+2006-11-28  Nagappan A  <anagappan@novell.com>
+
+       * XmlDataDocument.cs (StringToObject): Modify
+       XmlConvert.ToDateTime to use XmlDateTimeSerializationMode, as the
+       default ToDataTime method id obsolete.
+
+2006-04-19  Senganal T <tsenganal@novell.com>
+
+       * XmlDataDocument.cs : 
+               - Use encoded names for DataSet schema.
+               - StringToElement : Return 'null' if the value is empty string
+               or null.
+               - OnDataTableRowAdded : Add the row elements to the tablenode if
+               they are not already added.
+
+2004-06-06  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlDataDocument.cs :
+         - It was not handling SimpleContent. This fixes bug #56951.
+         - It was not converting values into DataType of the DataColumn.
+
 2004-05-17  Atsushi Enomoto <atsushi@ximian.com>
 
        * XmlDataDocument.cs :