[Mono-bugs] [Bug 75227][Nor] Changed - DataSet.GetChanges() fails
when dataset includes deleted rows
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jun 14 05:28:33 EDT 2005
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 tsureshkumar at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75227
--- shadow/75227 2005-06-14 01:20:33.000000000 -0400
+++ shadow/75227.tmp.32646 2005-06-14 05:28:33.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75227
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Data
AssignedTo: tsureshkumar at novell.com
ReportedBy: george.barbarosie at gmail.com
QAContact: mono-bugs at ximian.com
@@ -283,6 +283,14 @@
(row.RowState==DataRowState.Deleted) continue;
// first we check if all values in
_childColumns place are nulls.
// if yes we return.
if (row.IsNullColumns(_childColumns))
+
+------- Additional Comments From tsureshkumar at novell.com 2005-06-14 05:28 -------
+fixed in svn. revision r45937.
+
+The patch is even simpler. if row is deleted, then get the parent rows
+by original version, otherwise, by default version.
+
+Appreciating your efforts with the patch and the test case is solid :-).
More information about the mono-bugs
mailing list