[Mono-bugs] [Bug 74134][Nor] Changed - SqlDataAdapter.GetUpdateCommand creates incorrect SQL

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 27 Mar 2005 23:53:27 -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 will@digitalelite.com.

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

--- shadow/74134	2005-03-27 23:29:37.000000000 -0500
+++ shadow/74134.tmp.13266	2005-03-27 23:53:27.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 74134
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: Ubuntu "Hoary" 5.04
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Data.SqlClient
 AssignedTo: rodrigo@novell.com                            
 ReportedBy: will@digitalelite.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -78,6 +78,13 @@
 in <0x000d7> System.Data.SqlClient.SqlDataReader:.ctor
 (System.Data.SqlClient.SqlCommand command)
 in (wrapper remoting-invoke-with-check)
 System.Data.SqlClient.SqlDataReader:.ctor (System.Data.SqlClient.SqlCommand)
 in <0x0006c> System.Data.SqlClient.SqlCommand:ExecuteReader
 (CommandBehavior behavior)
+
+------- 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();