[Mono-bugs] [Bug 360750] Empty string being send instead of dbnull

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Feb 21 15:33:09 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=360750

User anton.andreev at fmi.uni-sofia.bg added comment
https://bugzilla.novell.com/show_bug.cgi?id=360750#c2





--- Comment #2 from Anton Andreev <anton.andreev at fmi.uni-sofia.bg>  2008-02-21 13:33:08 MST ---
Just create a store procedure with one nvarchar parameter and call it with
System.DbNull.Value supplied for this parameter. Call it from Mono and select
1; if the received parameter in sql server was '' or select 2; if the received
parameter was dbnull. The result should be 2, but because of the bug it would
probably be 1.  If this is not the case I will try to find sometime and
investigate again.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list