Please be informed in advance, that I have committed all necessary
changes required for
https://sourceforge.net/apps/trac/jooq/ticket/428
Due to popular request I am going to better separate the navigation of
database meta data and the jOOQ-specific code generation thereof.
That's why I split the existing artefact jooq-codegen in two:
- jooq-codegen: this artefact remains the code generation facility
(with dependency on jooq-meta and jooq)
- jooq-meta: this artefact is introduced to allow for browsing
database meta data (with dependency on jooq). Those of you helping me
with new RDBMS integration should place your artefacts in here
(org.jooq.util.AbstractDatabase extensions)
The latest version is available from SVN. Snapshots are available here also:
https://oss.sonatype.org/content/repositories/snapshots/org/jooq/
Some minor refactorings are still outstanding.
Cheers
Lukas