2004-04-19 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Mon, 19 Apr 2004 10:06:54 +0000 (10:06 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Mon, 19 Apr 2004 10:06:54 +0000 (10:06 -0000)
commit74ae6b8bec4874be39b139084402f0f0f5c71470
tree8c34952359bba1ab0a3437e1fa95de6eef4b5b5f
parent5c45255f34c8a374a89470646d2cce14e27639cb
2004-04-19  Atsushi Enomoto  <atsushi@ximian.com>

* XmlDataLoader.cs : Added "never add data rows" mode.
  Removed unused code. However, it is temporary fixes to unify
  ReadXml() and InferXmlSchema().
* DataSet.cs : Implemented InferXmlSchema(), though it is incomplete.

  I'll create another XmlDataLoader since there are many problems
  such that 1) it is too waste to read the entire xml into an
  XmlDocument, 2) it does not handle attributes correctly, and 3) it
  must handle "ignored namespaces".

svn path=/trunk/mcs/; revision=25681
mcs/class/System.Data/System.Data/ChangeLog
mcs/class/System.Data/System.Data/DataSet.cs
mcs/class/System.Data/System.Data/XmlDataLoader.cs