[jOOQ/jOOQ#8028] Added issue link to code
This commit is contained in:
parent
0e4063ad5e
commit
9fe0bd8769
@ -4724,7 +4724,7 @@ public class JavaGenerator extends AbstractGenerator {
|
||||
// Foreign keys
|
||||
List<ForeignKeyDefinition> foreignKeys = table.getForeignKeys();
|
||||
|
||||
// [#7554] Not yet supported with global key references turned off
|
||||
// [#7554] [#8028] Not yet supported with global key references turned off
|
||||
if (foreignKeys.size() > 0 && generateGlobalKeyReferences()) {
|
||||
final List<String> keyFullIds = out.ref(getStrategy().getFullJavaIdentifiers(foreignKeys), 2);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user