[Mono-bugs] [Bug 66111][Nor] Changed - DataRow.GetParentRows() Incompatible with .NET 1.1
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 16 Sep 2004 13:25:43 -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 rscaletta@augustmack.com.
http://bugzilla.ximian.com/show_bug.cgi?id=66111
--- shadow/66111 2004-09-16 13:24:22.000000000 -0400
+++ shadow/66111.tmp.7917 2004-09-16 13:25:43.000000000 -0400
@@ -103,6 +103,11 @@
(Table == null || Table.DataSet == null ||
Table.DataSet.EnforceConstraints)) { // get the child rows from the index
That will force the datarow to search for the parent row manually instead
of letting the Index do the work. Apparantly Index will not work if
constraints are disabled.
+
+------- Additional Comments From rscaletta@augustmack.com 2004-09-16 13:25 -------
+Created an attachment (id=10777)
+Test case program. Prints "FAIL" if this bug hasn't been fixed.
+