The jOOQ Open Source Edition supports Java 8+. There are commercial distributions that support Java 6+
Thanks, Lukas On Fri, Feb 8, 2019 at 3:30 PM <[email protected]> wrote: > Thanks Lukas, > > I was not able to find the method because I'm using jooq 3.9.6 and > storage() method was introduced in 3.11.0. > > My project use java8, is jooq 3.11.0 compatible with java8 or it requires > a more recent version? > Do you have a java compatibiliy matrix? > > Thanks again for your quick response > Cheers > > On Friday, February 8, 2019 at 2:07:30 PM UTC+1, Lukas Eder wrote: >> >> Hi Daniele, >> >> Just add the storage() clause when running on MySQL: >> https://www.jooq.org/javadoc/latest/org/jooq/CreateTableStorageStep.html >> >> Hope this helps, >> Lukas >> >> On Fri, Feb 8, 2019 at 12:54 PM <[email protected]> wrote: >> >>> Hi, >>> is there a way to use vendor specific clause on create table? >>> I'm interested in a clean way to add "ENGINE=InnoDB DEFAULT >>> CHARSET=utf8". >>> >>> As workaround I'm doing the following: >>> - create ddl with jooq >>> - obtain sql string >>> - append vendor clause >>> - create a query jooq object again (The mothod return a Query object) >>> >>> Cheers >>> >>> -- >>> 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. > -- 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.
