[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
Wed, 31 Mar 2004 05:09:44 -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-30 15:11:09.000000000 -0500
+++ shadow/55162.tmp.15614 2004-03-31 05:09:44.000000000 -0500
@@ -71,6 +71,11 @@
the value for the field if that field is NULL in the database.
As I can't debug the mono code, I can't check what's in the datareader
field at the ordinal specified, I assume 'null'. Other people have
confirmed me that the postgresql provider for mono does store
System.DBNull.Value as the field's value if a field is NULL.
+
+------- Additional Comments From lluis@ximian.com 2004-03-31 05:09 -------
+I guess this comment is about bug 55161, not about this one. Anyway,
+by test case I mean a self-contained test that can be run to reproduce
+the problem.