jooq/jOOQ-codegen/src
Lukas Eder 91fa53d6c5 [jOOQ/jOOQ#15207] A fix for a regression when both
<outputSchemaToDefault>true</outputSchemaToDefault> and
<defaultSchema>false</defaultSchema>

In this fix, we move the assumption of an EnumType being stored in the schema from an EnumType::getSchema check to an EnumType::getName check. The latter being null really means the enum isn't stored.
2023-06-20 13:00:00 +02:00
..
main [jOOQ/jOOQ#15207] A fix for a regression when both 2023-06-20 13:00:00 +02:00