[jOOQ/jOOQ#9758] Generated constraint names should not be table prefixed in meta data
This commit is contained in:
parent
a0cf98946f
commit
5691ad7cb2
@ -40,6 +40,7 @@ package org.jooq.codegen;
|
||||
import static java.util.Arrays.asList;
|
||||
// ...
|
||||
// ...
|
||||
// ...
|
||||
import static org.jooq.SQLDialect.MARIADB;
|
||||
// ...
|
||||
import static org.jooq.SQLDialect.MYSQL;
|
||||
@ -149,6 +150,10 @@ public class DefaultGeneratorStrategy extends AbstractGeneratorStrategy {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
else
|
||||
return definition.getOutputName().toUpperCase();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user