Hi, I am migrating from H2 to Oracle (H2 was used in early dev to kick start the project, customer forces us to use Oracle). There are few problems, one of which is the Oracle does not support boolean types, so following manual section:
Custom data types and type conversion http://www.jooq.org/doc/2.6/manual/code-generation/custom-data-types/ Snippets available: https://gist.github.com/4649307 My question is: is it possible to enable that converter only when operating on Oracle and ignore it otherwise? Regards, Witold Szczerba --
