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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75217 --- shadow/75217 2005-06-10 12:15:46.000000000 -0400 +++ shadow/75217.tmp.26478 2005-07-04 15:51:37.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 75217 Product: Mono: Class Libraries Version: 1.1 OS: All OS Details: -Status: NEW -Resolution: -Severity: +Status: RESOLVED +Resolution: FIXED +Severity: Unknown Priority: Normal Component: Sys.Data AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -54,6 +54,14 @@ + this[fkc.RelatedColumns[k], DataRowVersion.Proposed]) childRows[j][fkc.Columns[k]] = this[fkc.RelatedColumns[k], DataRowVersion.Proposed]; break; Another way would be to only check constraints if parts of the key has changed. + +------- Additional Comments From [EMAIL PROTECTED] 2005-07-04 15:51 ------- +It looks like a similar change was checked in: + if (!fkc.RelatedColumns +[k].DataContainer [Original].Equals (fkc.RelatedColumns +[k].DataContainer [Proposed])) + +Am marking as "Fixed" _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
