[jOOQ/jOOQ#9791] Fix OSS edition compilation error

This commit is contained in:
Lukas Eder 2020-02-05 14:18:37 +01:00
parent b84193422c
commit a966ee4a00

View File

@ -392,8 +392,10 @@ final class MetaImpl extends AbstractMeta {
// [#2760] MySQL JDBC confuses "catalog" and "schema"
else if (inverseSchemaCatalog)
if (inverseSchemaCatalog)
rs = meta.getTables(getName(), null, "%", types);
else