[Mono-bugs] [Bug 60212][Cos] Changed - Primary key column generated while DataSet.ReadXml() should not be always the first column

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Jun 2004 21:00:14 -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=60212

--- shadow/60212	2004-06-15 10:56:25.000000000 -0400
+++ shadow/60212.tmp.28739	2004-06-16 21:00:14.000000000 -0400
@@ -1,15 +1,15 @@
 Bug#: 60212
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Normal
+Severity: Unknown
+Priority: Cosmetic
 Component: Sys.Data
 AssignedTo: atsushi@ximian.com                            
 ReportedBy: borisk@mainsoft.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -50,6 +50,14 @@
 Additional Information:
 
 ------- Additional Comments From borisk@mainsoft.com  2004-06-15 10:56 -------
 Created an attachment (id=8189)
 Test to reproduce the bug
 
+
+------- Additional Comments From atsushi@ximian.com  2004-06-16 21:00 -------
+There is no theory about column order preservation, or assurance for
+the future version compatibility from Microsoft. Think about XML
+attribute mappings that never assures ordering.
+
+If any users depend on column ordering such like accessing columns by
+integer indices, such code should be fixed.