ren't you confusing postgres and mysql in the same connection?
On 04/28/2014 01:42 PM, [email protected] wrote:
Class.forName("org.postgresql.Driver").newInstance();conn = DriverManager.getConnection(url, "userName", "password");DSLContext create = DSL.using(conn, SQLDialect.MYSQL);
-- 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.
