[Mono-bugs] [Bug 75711][Nor] Changed - We need to handle
msdata:PrimaryKey in DataSet.ReadXmlSchema()
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Aug 5 06:13:14 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75711
--- shadow/75711 2005-08-05 03:32:33.000000000 -0400
+++ shadow/75711.tmp.20580 2005-08-05 06:13:14.000000000 -0400
@@ -30,6 +30,13 @@
------- Additional Comments From atsushi at ximian.com 2005-08-05 03:32 -------
So maybe what we should do is to collect xsl:key whose
msdata:PrimaryKey attribute is "true" in such element whose
msdata:IsDataSet attribute is "true", in prior.
+
+------- Additional Comments From atsushi at ximian.com 2005-08-05 06:13 -------
+For the latter XmlDataInferenceLoader problem, the culprit was that
+because IsDocumentElementTable() guesses the last element
+<Settings></Settings> as simple content column and thus thinks it is a
+table, not a dataset. It is fixed as r48034.
+
More information about the mono-bugs
mailing list