mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 04:27:39 +00: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