[Mono-bugs] [Bug 69887][Wis] Changed - DbDataAdapter.Update needs to check for multiple results
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 29 Jan 2005 15:11:19 -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 fxjrlists@yahoo.com.br.
http://bugzilla.ximian.com/show_bug.cgi?id=69887
--- shadow/69887 2005-01-29 15:10:08.000000000 -0500
+++ shadow/69887.tmp.30981 2005-01-29 15:11:19.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.0
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Sys.Data
AssignedTo: mono-bugs@ximian.com
ReportedBy: rscaletta@augustmack.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -102,6 +102,15 @@
...
------- Additional Comments From fxjrlists@yahoo.com.br 2005-01-29 15:10 -------
Created an attachment (id=13957)
This attachment adds output parameter handling support.
+
+------- Additional Comments From fxjrlists@yahoo.com.br 2005-01-29 15:11 -------
+
+
+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.
+