[Mono-bugs] [Bug 66167][Nor] Changed - DataSet.Clear should not enforce constraints

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 17 Sep 2004 10:41:14 -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=66167

--- shadow/66167	2004-09-17 10:35:11.000000000 -0400
+++ shadow/66167.tmp.31203	2004-09-17 10:41:14.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rscaletta@augustmack.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -39,6 +39,11 @@
 
 How often does this happen? 
 Every time.
 
 Additional Information:
 Will attach test program.
+
+------- Additional Comments From rscaletta@augustmack.com  2004-09-17 10:41 -------
+OK, did a little more testing.  It appears (obviously) that the
+exception is caused by the ForeignKeyConstraint, not a DataRelation. 
+These will both generally be used together in practice anyway.