[Mono-bugs] [Bug 69276][Nor] Changed - XSD generates wrong code for ForeignKeyConstraints in typed datasets
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 9 Nov 2004 11:50:36 -0500 (EST)
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 martin.voelkle@epfl.ch.
http://bugzilla.ximian.com/show_bug.cgi?id=69276
--- shadow/69276 2004-11-09 11:00:28.000000000 -0500
+++ shadow/69276.tmp.29642 2004-11-09 11:50:36.000000000 -0500
@@ -171,6 +171,11 @@
m.Statements.Add (Let (Local ("fkc"), New (
typeof (ForeignKeyConstraint),
Yes, the only problem is not only that all the columns were added to the
same ArrayList, but also that the parent columns are the related ones.
+
+------- Additional Comments From martin.voelkle@epfl.ch 2004-11-09 11:50 -------
+Created an attachment (id=13190)
+Last patch was incorrect, here is an improved version (untested)
+