This commit is contained in:
parent
75ff22fe99
commit
8596290751
@ -106,7 +106,7 @@ public class SchemaImpl extends AbstractQueryPart implements Schema {
|
||||
// [#4793] TODO: Support this
|
||||
// Utils.getMappedCatalog(ctx.configuration(), getCatalog());
|
||||
|
||||
if (mappedCatalog != null) {
|
||||
if (mappedCatalog != null && !StringUtils.isBlank(mappedCatalog.getName())) {
|
||||
ctx.visit(mappedCatalog);
|
||||
ctx.sql('.');
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user