[Mono-bugs] [Bug 33285][Nor] Changed - DataAdapter implementations
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
7 Nov 2002 00:50:25 -0000
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=33285
--- shadow/33285 Wed Nov 6 19:42:32 2002
+++ shadow/33285.tmp.32497 Wed Nov 6 19:50:25 2002
@@ -170,6 +170,14 @@
Console.WriteLine ("DA=" + d.TableMappings);
}
}
}
I am re-assigning this to the Mono/Runtime now.
+
+------- Additional Comments From miguel@ximian.com 2002-11-06 19:50 -------
+Mhm, this change breaks the MCS build (the assert in the runtime), so
+I have commited to CVS a broken version of the code that restores the
+old behavior.
+
+To fix the bug in the mono runtime, edit mcs/pending.cs, and remove
+the return statements in line 202.