提交 6f94c081 编写于 作者: S serge-rider

Generic schema filter fix (clickhouse)


Former-commit-id: 84034c7b
上级 bb09ba83
......@@ -130,7 +130,7 @@ public class GenericMetaModel {
// incorrect results.
try {
dbResult = session.getMetaData().getSchemas(
"",
null,
schemaFilters != null && schemaFilters.hasSingleMask() ?
schemaFilters.getSingleMask() :
dataSource.getAllObjectsPattern());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册