> It would be really interesting to know more about the implementation of > jooq-meta with the help of jdbc drivers metadata. > As i understood that can speed up the processes of setting up a new jooq > dialect for our database right?
Yes, chances are high that you may use jOOQ out of the box using JDBC meta data for the code generator, and SQLDialect.ORACLE for the runtime, which may be a more sensible approach in the short run, rather than adding true support for EXASOL...
