[Mono-bugs] [Bug 75217][Nor] Changed - Typed DataSet, ForeignKeyConstraint, cascading changes

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jul 4 15:51:37 EDT 2005


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 bmaurer at users.sf.net.

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: mono-bugs at ximian.com                            
 ReportedBy: timo-mono at pokorra.de               
 QAContact: mono-bugs at ximian.com
 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 bmaurer at users.sf.net  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"


More information about the mono-bugs mailing list