New tests, updates
[mono.git] / mcs / class / System.Data / System.Data / ChangeLog
index ed159971210ada997d77c4ed5abe815b71e2077a..c31755a1c29418146ce8615086808d7495d0c850 100644 (file)
@@ -1,3 +1,68 @@
+2009-05-16  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       ** Fixes #325464 - ToolItems.xsd
+       * CustomDataClassGenerator.cs (CreateDataSetTableMembers): Prefix a "_" to 
+       member names when it is same as that of the dataset.  Fixes the CS0542 error
+       during compilation of the generated source.
+       
+2009-03-25  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataView.cs: Fire ListChanged when the RowFilter changes.
+       [Fixes bug #479405]
+
+2009-02-24  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * *Fixes #377146 - in a better way
+       * XmlDataReader.cs (ReadElementElement): For reference types that
+       implement IXmlSerializable, call the corresponding ReadXml.
+       * DataSet.cs (WriteColumnAsElement): For reference types that implement 
+       IXmlSerializable, call the corresponding WriteXml.
+       
+2009-02-24  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * Fixes #476523
+       * DbType.cs: Add DateTime2 and DateTimeOffset - 3.5 additions
+       Patch by Jay Wren <jrwren@xmtp.net>
+       
+2009-01-05  Raja R Harinath  <harinath@hurrynot.org>
+
+       * DataRelationCollection.cs (BinarySerialize): New.  Carved out of ...
+       * DataSet.cs (BinarySerialize): ... this.
+
+2009-01-04  Raja R Harinath  <harinath@hurrynot.org>
+
+       * DataRelationCollection.cs: Sequester NET_2_0 and NET_1_1
+       specific code into separate parts.
+
+       * DataTableCollection.cs (BinarySerialize_Schema): New.
+       (BinarySerialize_Data): Likewise.  Carved out of ...
+       * DataSet.cs (BinarySerialize): ... this.
+
+2009-01-04  Raja R Harinath  <harinath@hurrynot.org>
+
+       * DataTableCollection.cs: Sequester NET_2_0 and NET_1_1 specific
+       code into separate parts.
+
+2009-01-02  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataViewManager.cs: Implement all MonoTODO. Fixes the WinForms 
+       DataBinding unit tests.
+
+2009-01-01  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataViewManager.cs: Hookup to the table/relations changed events and 
+       raise ListChanged events accordingly.
+
+2008-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DBConcurrencyException.cs: Marked .ctor taking DataRow [] as
+       internal so we can use it on the 1.0 profile (internally). Implemented
+       RowCount.
+
+2008-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlDbType: Added Date and Time (2.0 only).
+
 2008-11-18  Raja R Harinath  <harinath@hurrynot.org>
 
        Fix #420862