[Mono-bugs] [Bug 59643][Maj] Changed - SqlDateTime.IsNull - static field might not be properly initialized.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 14 Sep 2004 18:31:00 -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 marek.safar@seznam.cz.

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

--- shadow/59643	2004-06-07 01:05:38.000000000 -0400
+++ shadow/59643.tmp.1026	2004-09-14 18:30:59.000000000 -0400
@@ -10,13 +10,12 @@
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rpaterlini@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: V1
 URL: 
-Cc: 
 Summary: SqlDateTime.IsNull - static field might not be properly initialized.
 
 Please fill in this template when reporting a bug, unless you know what 
 you are doing.
 Description of Problem:
 SqlDateTime.IsNull doesn't work
@@ -100,6 +99,12 @@
 mono sqldate.exe
 Must be True  --> True
 Must be False --> False
 
 (I wanted to change the bug target, but bugzilla didn't work fine to
 do it, so am keeping it as Sys.Data stuff right now).
+
+------- Additional Comments From marek.safar@seznam.cz  2004-09-14 18:30 -------
+It looks like we ignore implicit operators.
+
+Maybe Miguel knows more. But this is classic bug when we ignore
+implicit operator between DateTime and SqlDateTime.