[Mono-bugs] [Bug 69887][Wis] Changed - DbDataAdapter.Update needs to check for multiple results

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 4 Feb 2005 06:21:29 -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 tsureshkumar@novell.com.

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

--- shadow/69887	2005-02-04 06:19:21.000000000 -0500
+++ shadow/69887.tmp.27232	2005-02-04 06:21:29.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 69887
 Product: Mono: Class Libraries
 Version: 1.0
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: Sys.Data
 AssignedTo: tsureshkumar@novell.com                            
 ReportedBy: rscaletta@augustmack.com               
 QAContact: mono-bugs@ximian.com
@@ -111,6 +111,16 @@
 
 I tested this attachment when fixing a bug in Npgsql.
 
 After fixing Npgsql bug, Npgsql worked on ms.net but not on Mono.
 After this patch it worked on Mono too.
 
+
+------- Additional Comments From tsureshkumar@novell.com  2005-02-04 06:21 -------
+fixed in svn.
+
+Hi  Francisco,
+
+  Thanks for pointing out the fix. I added few more checks and getting
+values from returned resultset.
+
+suresh.