[Mono-bugs] [Bug 56810][Maj] Changed - ReadXML would fail with null values and auto increment

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Apr 2004 04:36:03 -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=56810

--- shadow/56810	2004-04-11 04:32:00.000000000 -0400
+++ shadow/56810.tmp.6757	2004-04-22 04:36:03.000000000 -0400
@@ -2,14 +2,14 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Critical
+Severity: Unknown
+Priority: Major
 Component: Sys.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: julie@MageNet.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -28,6 +28,12 @@
 should be
 
 else if(col.AutoIncrement == true)
                                 {
                                         newval = this [index - 1];
                                 }
+
+------- Additional Comments From atsushi@ximian.com  2004-04-22 04:36 -------
+The type of the previous column (index -1) might be differnt from that
+of the new column. The proposed fix will bring a new bug.
+
+Should be fixed, though.