[Mono-bugs] [Bug 77268][Wis] Changed - Sqlite DateTime Parameters Handled Incorrectly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jul 19 08:40:02 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 joergr at voelcker.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77268
--- shadow/77268 2006-07-04 07:44:08.000000000 -0400
+++ shadow/77268.tmp.9187 2006-07-19 08:40:02.000000000 -0400
@@ -199,6 +199,14 @@
}
In the above case 1) it would be even simplier to be backwards
compatible, as julian representation of date is returned by sqlite as
double and current implementation as integer. Well and going
julian->ticks is just ... trivial.
+
+------- Additional Comments From JoergR at voelcker.com 2006-07-19 08:40 -------
+As long as this isn't fixed on the Sqlite side this is clearly a bug
+for us. Currently we are not able to do any date comparison in SQL or
+use any date functions with these values.
+
+I think we shouldn't trade correctness for speed.
+What do you think?
More information about the mono-bugs
mailing list