Hi Espen,
I've noticed you have regenerated the syscat schema. I'm sorry for the trouble you might have had because of the additional fields in generated classes. Apparently the syscat schema has changed between DB2 versions 9.5 and 9.7. Yesterday, I changed some core logic in code generation, and I wanted to test all of it... I forgot to revert my changes to the syscat schema.
That's an issue that would need broader discussion, and I cannot come up with a satisfactory solution (see also ticket
https://sourceforge.net/apps/trac/jooq/ticket/109). The question is, how should jOOQ behave when all fields are selected. Should we select all fields from the generated schema, or should we "select *". Both solutions will cause errors, if there is a mismatch between generated code and the database.
While this mismatch might not be a problem for jOOQ client code, it certainly will be for code generation...
Cheers
Lukas