mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-17 03:34:18 +08:00
(improvement)(semantic) fixed queryBySql execute error on mysql <=5.7
This commit is contained in:
@@ -14,6 +14,7 @@ public class ParseSqlReq {
|
||||
private String sql = "";
|
||||
private List<MetricTable> tables;
|
||||
private boolean supportWith = true;
|
||||
private boolean withAlias = true;
|
||||
|
||||
public Map<String, String> getVariables() {
|
||||
if (variables == null) {
|
||||
|
||||
Reference in New Issue
Block a user