Hello, I thought it might be useful to have other methods in the DSLContext interface for executing plain SQL. Indeed it may be useful to have a DDL SQL script generating schemas and tables inside the source code of an application in order to:
- set up the database in the development process ; - generate the meta model using the jOOQ codegen tool - be able to quickly set up a database for unit tests and so, be certain the database for tests has the same structure as the production environment. As jOOQ already provides a DSLContext#execute(String) method, other methods could rely on it to have the same exception management as this method. What do you think of the idea? And what are the other template sources you have in mind? Regards, Thierry -- 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.
