[Mono-bugs] [Bug 75110][Nor] New - ReadXml() fails for foreign key cases

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jun 1 12:41:43 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 george.barbarosie at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75110

--- shadow/75110	2005-06-01 12:41:43.000000000 -0400
+++ shadow/75110.tmp.28626	2005-06-01 12:41:43.000000000 -0400
@@ -0,0 +1,24 @@
+Bug#: 75110
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Data
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: george.barbarosie at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ReadXml() fails for foreign key cases
+
+On SVN trunk, when reading a dataset via ReadXml(), foreign key constraints
+checks fail under the rigth circumstances. Attached sample shows such a case.
+
+Problem lies in DataSet.InternalEnforceConstraints(bool value. bool
+resetIndex), constraint checks are done on child table before parent
+table's indexes have been reset. Fix will be attached as well.


More information about the mono-bugs mailing list