[Mono-bugs] [Bug 74134][Nor] Changed - SqlDataAdapter.GetUpdateCommand creates incorrect SQL
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Mar 2005 07:24:33 -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=74134
--- shadow/74134 2005-03-28 07:24:10.000000000 -0500
+++ shadow/74134.tmp.17431 2005-03-28 07:24:33.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 74134
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details: Ubuntu "Hoary" 5.04
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Data.SqlClient
AssignedTo: tsureshkumar@novell.com
ReportedBy: will@digitalelite.com
QAContact: mono-bugs@ximian.com
@@ -85,6 +85,9 @@
------- Additional Comments From will@digitalelite.com 2005-03-27 23:53 -------
Also seems to affect these methods:
da.InsertCommand = cb.GetInsertCommand();
da.DeleteCommand = cb.GetDeleteCommand();
+
+------- Additional Comments From tsureshkumar@novell.com 2005-03-28 07:24 -------
+fixed in svn head.