We have different staging and production database schema, and we use mvn generate-sources to generate the Jooq bindings. Unfortunately, I discovered that regardless of which database schema is specified in the JDBC URL when I create the SQL Connection, it is overridden by the schema specified in our pom.xml.
Is it possible to set the schema to use at runtime for the generated sources? Thanks, Ian. -- Ian Clarke Blog: http://blog.locut.us/
