> Not knowingly, although I have noticed HSQLDB throw some errors when > accessing the DB meta-data during the DDL generation phase (which is > upstream of the JOOQ generation phase), so I will look into that.
OK, thanks >> Can you provide log4j debug-log >> output from your code generation? > > I've attached the output from the codgen. I'm sorry, by log4j debug-log I meant using log4j with something like this configuration file here: https://github.com/jOOQ/jOOQ/blob/master/jOOQ-test/src/log4j.xml http://logging.apache.org/log4j/2.x/ It should be sufficient to put log4j and the log4j.xml file on the classpath for the code generator Cheers Lukas
