dont autoquote, suggest quoted values if requried

This commit is contained in:
Sven Klemm
2018-07-05 21:36:39 +02:00
parent 3f614e635b
commit d8c7756489
3 changed files with 34 additions and 24 deletions

View File

@ -25,7 +25,7 @@ function aggregateRenderer(part, innerExpr) {
}
function columnRenderer(part, innerExpr) {
return '"' + part.params[0] + '"';
return part.params[0];
}
function replaceAggregationAddStrategy(selectParts, partModel) {