2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Data / System.Data / ChangeLog
index 178d3344376842af51a587b4b7e84a6d79565ce2..f8241bca8551f1dee9a58c15bd328225ee23d9e0 100644 (file)
@@ -1,3 +1,26 @@
+2005-01-31  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataView.cs :some interface implementations.
+
+2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataView.cs : Add to table only when the row is not in the table.
+
+2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataView.cs : implemented FindRows() (btw we should not use
+         DataTable since there are detached rows by AddNew().)
+
+2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataView.cs :
+         Code cleanup: privatify some members, remove unused methods.
+         Some event-based invocation methods should not raise NotImplemented.
+
+2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataSet.cs : ReadXml() became closer to MS behavior, being hacky.
+
 2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
 
        * XmlSchemaDataImporter.cs : empty element is not regarded as a column.