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=75110 --- shadow/75110 2005-06-01 12:46:20.000000000 -0400 +++ shadow/75110.tmp.31772 2005-06-01 16:25:03.000000000 -0400 @@ -29,6 +29,23 @@ ------- Additional Comments From [EMAIL PROTECTED] 2005-06-01 12:45 ------- Created an attachment (id=15248) proposed patch + +------- Additional Comments From [EMAIL PROTECTED] 2005-06-01 16:25 ------- +i've failed to address what i meant by "foreign key constraints checks +fail"; if you run the attached sample, you get the following exception +traceback: + +Unhandled Exception: System.Data.ConstraintException: Failed to enable +constraints. One or more rows contain values violating non-null, +unique, or foreign-key constraints. +in <0x00024> System.Data.Constraint:ThrowConstraintException () +in <0x00015> System.Data.Constraint:AssertConstraint () +in <0x00116> System.Data.DataSet:InternalEnforceConstraints (Boolean +value, Boolean resetIndexes) +in <0x00014> System.Data.DataSet:set_EnforceConstraints (Boolean value) +in <0x00062> Test:Main () + +Obviously the dataset is consistent, so the exception is not justified. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
