[Haskell-cafe] Re: programmatic DB interface?
Johannes Waldmann
waldmann at imn.htwk-leipzig.de
Fri Feb 5 03:55:02 EST 2010
> and then read with my own parse string:"%Y-%m-%d %T%Q"
> This seems to work just fine.
Thanks. - When I'm using that format string, I get:
Convertible: error converting source data SqlLocalTime 2008-10-29 00:00:00
of type SqlValue to type Data.Time.LocalTime.LocalTime.ZonedTime:
incompatible types
I guess I need to find out who wants ZonedTime.
In my DB description (generated by dbdirect),
the only time-related type is CalendarTime.
J.
More information about the Haskell-Cafe
mailing list