[jOOQ/jOOQ#9758] Generated constraint names should not be table prefixed in meta data

This commit is contained in:
Lukas Eder 2020-01-24 14:02:48 +01:00
parent a0cf98946f
commit 5691ad7cb2

View File

@ -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();
}