[Mono-bugs] [Bug 75137][Nor] Changed - [PATCH] DataSet.Merge()
behaviour different from MS .NET
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jun 10 18:27:39 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 george.barbarosie at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75137
--- shadow/75137 2005-06-03 21:18:31.000000000 -0400
+++ shadow/75137.tmp.32346 2005-06-10 18:27:39.000000000 -0400
@@ -78,6 +78,11 @@
With regards to the corner cases I've added to CopyValuesToRow:
- row.Original and row.Current can point to the same record (when
DataRowState.Unchanged); function now checks for this before disposing
of the record, in two places (only checked first DisposeRecord() in
previous version)
- make row.Current=row.Original when source row state is unchanged
+
+------- Additional Comments From george.barbarosie at gmail.com 2005-06-10 18:27 -------
+Created an attachment (id=15299)
+updated patch to latest SVN, CopyValuesToRow version
+
More information about the mono-bugs
mailing list