>> https://github.com/lukaseder/jOOQ/blob/master/jOOQ-meta/src/main/java/org/jooq/util/mysql/MySQLTableDefinition.java#L114 > > I tried that, and it's possible I was using Eclipse's debugger incorrectly, > but it apparently didn't hit that breakpoint :-/ Is that possible?
Line numbers may have shifted. From your code snippets, I guess you're using jOOQ 2.0.5. The link I posted is from 2.2.0-SNAPSHOT. > I'll try trace debugging, not that familiar with log4j but I'll figure it > out. It will be sufficient to put log4j.jar and the log4j.xml file on the classpath. jOOQ will discover it automatically, then. Cheers Lukas
