[Mono-bugs] [Bug 55162][Blo] Changed - SqlParameter value set to null will not result in NULL in query.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 1 Apr 2004 10:16:25 -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 lluis@ximian.com.

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

--- shadow/55162	2004-03-31 05:57:36.000000000 -0500
+++ shadow/55162.tmp.29397	2004-04-01 10:16:25.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 55162
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: XP sp1
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Blocker
 Component: Sys.Data.SqlClient
 AssignedTo: rodrigo@ximian.com                            
 ReportedBy: frans@sd.nl               
 QAContact: mono-bugs@ximian.com
@@ -112,6 +112,9 @@
 (Oracle's ODP.NET also correctly generates NULL values)
 @EmployeeID=NULL, as I quoted.
 
 So a statement in the parameter sql generation of the SqlParameter
 should be added which checks for null as value. If so, it should pass
 NULL as the value. 
+
+------- Additional Comments From lluis@ximian.com  2004-04-01 10:16 -------
+Fixed in CVS.