On Jan 5, 11:28 am, Jason Thomas <[email protected]> wrote: > When I request a value from a DATE type in an Oracle database, Sequel > returns a Time object. However, this time object does not have any > timezone associated with it and thus doesn't handle daylight savings > time.
With the oracle adapter, this is expected as no type conversion is done beyond that already done by the oci8 driver. If you connect to Oracle via the jdbc adapter, you should have better luck. I'd certainly consider a patch to the oracle adapter to add type conversion, but as I don't have access to an Oracle database, I can't really develop one myself. Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
