On 6/18/2015 12:04 PM, Lukas Eder wrote:
...
It will if you're using TIMESTAMP WITH TIME ZONE.
It won't if you're using TIMESTAMP (WITHOUT TIME ZONE)
However, the linked issue (https://github.com/jOOQ/jOOQ/issues/2738)
still prevails, as jOOQ currently doesn't explicitly support TIMESTAMP
WITH TIME ZONE, thus inlining the timestamp (without timezone) will
again produce wrong results, no matter what data type you're using.
What do you mean by "inlining"?
I searched online, and you have something called DSL.inline(). So are
you saying that if I use get/set on a record (which is what I care about
right now), I'm fine? (I guess I didn't realize that "inlining" is
something different.) Does jOOQ get/set on a record correctly use
TIMESTAMP WITH TIME ZONE?
Garret
--
You received this message because you are subscribed to the Google Groups "jOOQ User
Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.