forked from github/dataease
refactor: 单一数据源的数据集、图表使用对应数据库语法和函数
This commit is contained in:
parent
c0288eac83
commit
b52dc28fec
@ -55,7 +55,7 @@ public class SqlparserUtils {
|
||||
}
|
||||
// 递归遍历语法树
|
||||
getDependencies(sqlNode, false);
|
||||
return sqlNode.toString().replaceAll("`", "");
|
||||
return sqlNode.toString();
|
||||
}
|
||||
|
||||
private static void getDependencies(SqlNode sqlNode, Boolean fromOrJoin) {
|
||||
|
Loading…
Reference in New Issue
Block a user