[Mono-bugs] [Bug 78894][Nor] Changed - [PATCH] Can't Inserting an empty varbinary value under 1.0 profile
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 18 23:42:24 EDT 2006
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 dean at brettle.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78894
--- shadow/78894 2006-07-18 23:41:08.000000000 -0400
+++ shadow/78894.tmp.22466 2006-07-18 23:42:24.000000000 -0400
@@ -24,6 +24,11 @@
Tds70.FormatParameter() calls BitConverter.ToString(). For compatibility
reasons, BitConverter.ToString(new byte[0] {}) throws the exception under
the 1.0 profile but not the 2.0 profile.
I will attach a patch (against trunk) that adds a test case to SqlTest.cs
and fixes the bug in Tds70.cs.
+
+------- Additional Comments From dean at brettle.com 2006-07-18 23:42 -------
+Created an attachment (id=17315)
+Patch to fix bug and add test case
+
More information about the mono-bugs
mailing list