hopkaorg
Results
1
issues of
hopkaorg
### Expected behavior Something like `db.insertInto(TABLE).set(TABLE.ENUM_FIELD, MyEnum.whatever).execute()` should work. ### Actual behavior Something like `db.insertInto(TABLE).set(TABLE.ENUM_FIELD, MyEnum.whatever).execute()` fails with: ``` org.jooq.exception.MappingException: Cannot create instance of class foo.db.enums.whatever$ ... Cause: org.jooq.exception.MappingException: Error...
T: Defect
C: Code Generation
C: Integration: Scala
P: Medium
E: All Editions