[Mono-bugs] [Bug 60742][Min] Changed - DataSet Xml Schema Inference bug on MONO

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Jun 2004 17:25:07 -0400 (EDT)


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@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=60742

--- shadow/60742	2004-06-25 07:42:20.000000000 -0400
+++ shadow/60742.tmp.15561	2004-06-25 17:25:07.000000000 -0400
@@ -2,14 +2,14 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Normal
+Severity: Unknown
+Priority: Minor
 Component: Sys.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: davidandrewtaylor@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -68,6 +68,21 @@
 
 
 ------- Additional Comments From davidandrewtaylor@hotmail.com  2004-06-25 07:42 -------
 Created an attachment (id=8344)
 Testcase (works on MS.NET breaks with exception on MONO)
 
+
+------- Additional Comments From atsushi@ximian.com  2004-06-25 17:25 -------
+We had better fix this case, but am setting lower priority; IMHO no
+serious ado.net developer uses InferXmlSchema() and thus no one has
+business "urging" the fix. 
+
+Moreover, we need more verifiable information that it is not
+"undocumented" feature but an explicit design specification such like
+written in here:
+http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconinferencelimitations.asp
+
+
+For example, ReadXmlSchema() is more important and I actually did
+standalone testing and found that MS.NET is buggy enough to handle
+post schema compilation information.