Hi everyone,

We have a database on Oracle that uses char(1) to encode boolean values.
Unfortunately, Jooq inlines boolean values for Oracle with the numbres 1 
and 0 (hardcoded in the class DefaultBinding, private method toSQL).
To avoid implicit conversion problems, we would like to have boolean 
encoded as '1' and '0'.

Is there a way to tell Jooq to encode the booleans differently?

Thanks!
Stan.

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