Hi, i'm generating source code with jooq 1.5.9. The debug output tells me, that JOOQ has correctly identified the primary keys:
DEBUG [main] (JooqLogger.java:142) - Adding primary key : SYS_C0013879 (LOCATIONS.MTRLFRMTRLRDRTMPLT.PK__MATERIALORDERTEMPLATE_ID) DEBUG [main] (JooqLogger.java:142) - Adding primary key : SYS_C0013879 (LOCATIONS.MTRLFRMTRLRDRTMPLT.PK_ID) But in the generated code all primary and foreign keys are missing. The generation properties file conatins the line generator.generate.relations=true If i'm using the same libs with my toy XE Database, the generation works as expected!? regards, Manfred
