[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, 29 Apr 2004 05:40:34 -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-22 04:36:03.000000000 -0400
+++ shadow/56810.tmp.20836	2004-04-29 05:40:34.000000000 -0400
@@ -34,6 +34,12 @@
 
 ------- 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.
+
+------- 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?