[Mono-bugs] [Bug 72874][Nor] Changed - DataSet.Merge returns empty result

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Feb 2005 14:59:58 -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 dmcgowan@meiosys.com.

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

--- shadow/72874	2005-02-25 14:41:29.000000000 -0500
+++ shadow/72874.tmp.2211	2005-02-25 14:59:58.000000000 -0500
@@ -56,6 +56,13 @@
 
 
 ------- Additional Comments From atsushi@ximian.com  2005-02-25 14:41 -------
 We need how console output looks like to make sure that the database
 certainly contains the data which should be in merged results. (It is
 also helpful for us to avoid MySQL setup.)
+
+------- Additional Comments From dmcgowan@meiosys.com  2005-02-25 14:59 -------
+The source example I provided shows that it will try to print the 
+contents of the first DataSet followed by the contents of the second 
+one after the Merge. That second one has no data to print. It 
+*should* be identical to the output from the first. This should be 
+obvious by looking at the source of my exmaple?