[jOOQ/jOOQ#9791] Fix OSS edition compilation error
This commit is contained in:
parent
b84193422c
commit
a966ee4a00
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user