A change (#5537) stops the generation of Keys.java when set to false. However UpdatableRecordImpl calls "getPrimaryKey().getFieldsArray()" on line 164 which ends up calling the default getPrimaryKey() in AbstractTable which returns returns null causing a null pointer exception.
It looks like the code generator is assuming Keys exists, and not generating overloads for getPrimaryKey() if it doesn't. -- 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.
