[Mono-bugs] [Bug 63040][Nor] New - DataRow.GetParentRow returns null when a foreignkey constraint exists on child table

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 13 Aug 2004 12:05:32 -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 gert.driesen@pandora.be.

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

--- shadow/63040	2004-08-13 12:05:32.000000000 -0400
+++ shadow/63040.tmp.5492	2004-08-13 12:05:32.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 63040
+Product: Mono: Class Libraries
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details: Gentoo 2.6.7 R13
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gert.driesen@pandora.be               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DataRow.GetParentRow returns null when a foreignkey constraint exists on child table
+
+DataRow.GetParentRow returns null when a foreignkey constraint exists on 
+child table and DataSet.EnableContraints is true.
+
+I attached the C# source for a test app that allows you to reproduce this 
+issue.
+
+I can reproduce this issue on both 1.0 and CVS HEAD (on both Windows as 
+on Linux).