Hi Robert,

Thanks for your message. That's correct API usage (in principle), but
perhaps you've encountered a bug?
What's the problem you're getting?
One thing I'm aware of is incorrect DDL being generated for MySQL enum
types:
https://github.com/jOOQ/jOOQ/issues/5299

Lukas


2017-05-14 16:32 GMT+02:00 <[email protected]>:

> 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.
>

-- 
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.

Reply via email to