[Mono-bugs] [Bug 74924][Maj] New - DataSet cascading not working on change
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 12 May 2005 09:25:44 -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 george.barbarosie@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74924
--- shadow/74924 2005-05-12 09:25:44.000000000 -0400
+++ shadow/74924.tmp.5172 2005-05-12 09:25:44.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 74924
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: Gentoo Linux 2004.0 ~x86
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: george.barbarosie@gmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: DataSet cascading not working on change
+
+mono 1.1.7, from gentoo masked packages;
+
+A simple dataset with two tables and 1-n relation; when primary key value
+gets changed in the first column its value does not get propagated to the
+foreign keys referencing it. The default UpdateRule and DeleteRule for the
+automatically created foreign key is Rule.Cascade, and this can be checked
+in the code. Note also that the cascading works when deleting the row from
+the primary table.
+
+Same code tested on MS Visual .NET works fine.
+
+I will attach sample code.