https://bugzilla.novell.com/show_bug.cgi?id=360750
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=360750#c2 --- Comment #2 from Anton Andreev <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
