[Mono-bugs] [Bug 56129][Nor] New - DataRow.GetParentRow incorrectly throws exception

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 28 Mar 2004 06:21:07 -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 juraj@hotfeet.ch.

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

--- shadow/56129	2004-03-28 06:21:07.000000000 -0500
+++ shadow/56129.tmp.16526	2004-03-28 06:21:07.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 56129
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: juraj@hotfeet.ch               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DataRow.GetParentRow incorrectly throws exception
+
+Description of Problem:
+DataRow.GetParentRow incorrectly throws exception.
+
+Steps to reproduce the problem:
+compile and run attached test case
+
+Actual Results:
+"Unhandled Exception: System.Data.InvalidConstraintException:
+ForeignKeyConstraint Rel requires the child key values (Jack) to exist in
+the parent table."
+
+Expected Results:
+"Found Jack's mother: True"
+
+How often does this happen? 
+always