[Mono-bugs] [Bug 74548][Nor] Changed - corcompare not handling NULL default values correctly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 9 Apr 2005 09:11:51 -0400 (EDT)


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 radical@gmail.com.

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

--- shadow/74548	2005-04-09 09:11:00.000000000 -0400
+++ shadow/74548.tmp.21590	2005-04-09 09:11:51.000000000 -0400
@@ -52,6 +52,11 @@
 <parameter name="param_a" position="0" attrib="4112" type="System.Int32"
 optional="true" defaultValue="NULL" />
 
 Explanation of the patch.. if the parameter has NO default value then its
 set to System.DBNull.Value. The default value is NULL when there IS a
 default value and it is = nullref.
+
+------- Additional Comments From radical@gmail.com  2005-04-09 09:11 -------
+Created an attachment (id=14899)
+patch
+