mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 21:17:08 +00:00
[improvement][launcher]Refactor unit tests and demo data. (#1935)
This commit is contained in:
@@ -78,7 +78,9 @@ public class PostgresqlAdaptor extends BaseDbAdaptor {
|
||||
}
|
||||
return o;
|
||||
});
|
||||
return SqlReplaceHelper.replaceFunction(sql, functionMap, functionCall);
|
||||
sql = SqlReplaceHelper.replaceFunction(sql, functionMap, functionCall);
|
||||
sql = sql.replaceAll("`", "\"");
|
||||
return sql;
|
||||
}
|
||||
|
||||
public List<String> getTables(ConnectInfo connectionInfo, String schemaName)
|
||||
|
||||
Reference in New Issue
Block a user