mail-archives/mono-bugs/2005-June/029863.html

99 строки
3.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 75110][Nor] New - ReadXml() fails for foreign key
cases
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075110%5D%5BNor%5D%20New%20-%20ReadXml%28%29%20fails%20for%20foreign%20key%0A%09cases&In-Reply-To=bug-75110%40chernobyl.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="029862.html">
<LINK REL="Next" HREF="029865.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 75110][Nor] New - ReadXml() fails for foreign key
cases</H1>
<B>bugzilla-daemon at bugzilla.ximian.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075110%5D%5BNor%5D%20New%20-%20ReadXml%28%29%20fails%20for%20foreign%20key%0A%09cases&In-Reply-To=bug-75110%40chernobyl.ximian.com"
TITLE="[Mono-bugs] [Bug 75110][Nor] New - ReadXml() fails for foreign key
cases">bugzilla-daemon at bugzilla.ximian.com
</A><BR>
<I>Wed Jun 1 12:41:43 EDT 2005</I>
<P><UL>
<LI>Previous message: <A HREF="029862.html">[Mono-bugs] [Bug 75109][Nor] Changed - unmanaged delegate problems
on ia32e
</A></li>
<LI>Next message: <A HREF="029865.html">[Mono-bugs] [Bug 75110][Nor] Changed - ReadXml() fails for foreign
key cases
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#29863">[ date ]</a>
<a href="thread.html#29863">[ thread ]</a>
<a href="subject.html#29863">[ subject ]</a>
<a href="author.html#29863">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">george.barbarosie at gmail.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=75110">http://bugzilla.ximian.com/show_bug.cgi?id=75110</A>
--- 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: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
+ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">george.barbarosie at gmail.com</A>
+QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
+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.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="029862.html">[Mono-bugs] [Bug 75109][Nor] Changed - unmanaged delegate problems
on ia32e
</A></li>
<LI>Next message: <A HREF="029865.html">[Mono-bugs] [Bug 75110][Nor] Changed - ReadXml() fails for foreign
key cases
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#29863">[ date ]</a>
<a href="thread.html#29863">[ thread ]</a>
<a href="subject.html#29863">[ subject ]</a>
<a href="author.html#29863">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
mailing list</a><br>
</body></html>