What's the best way to use jOOQ to generate a local database? I tried this and get some errors in MySQL. The jOOQ code is generated from a MySQL db.
sql.ddl(DefaultCatalog.DEFAULT_CATALOG).stream().forEach(sql::execute); So I'm probably using the wrong syntax (maybe order of DDL queries)? Or maybe this just isn't possible with jOOQ? -- 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.
