[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, 27 May 2004 15:10:55 -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 miguel@ximian.com.

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

--- shadow/56810	2004-04-29 05:40:34.000000000 -0400
+++ shadow/56810.tmp.540	2004-05-27 15:10:55.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 56810
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: Sys.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: julie@MageNet.com               
@@ -40,6 +40,10 @@
 
 ------- Additional Comments From atsushi@ximian.com  2004-04-29 05:40 -------
 Today I fixed a bug in DataRow.CollectionChanged() that caused index
 out of range exception in other places when the added column was auto
 increment column. It might be the same cause, so can you try the
 latest code?
+
+------- Additional Comments From miguel@ximian.com  2004-05-27 15:10 -------
+Julia, could you contribute a test case for this, so we can see if
+tihs bug can be replicated?