> On 9 May 2018, at 08:32, Lukas Eder <[email protected]> wrote:
> 
> You can use a Converter, risking that the type jOOQ is getting back from 
> ResultSet.getObject() is not the correct type, and risking that jOOQ will not 
> bind variables correctly, because it does not really know how to bind Object 
> types (e.g. what casts might be needed)
> 
> Use a Binding if you want to be sure.
> 
> Or just use the data type rewriting feature to tell jOOQ that the type is 
> really TIMESTAMP WITH TIME ZONE. This is the least work for you. 


Your last point makes complete sense, and this question wouldn’t have arisen if 
I had actually read the title of the forcedTypes man page, which is "Data type 
rewrites”.

So my bad for not RFTM.

-- 
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.

Reply via email to