We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b644c commit 904cf17Copy full SHA for 904cf17
packages/cubejs-schema-compiler/adapter/BaseQuery.js
@@ -1511,7 +1511,7 @@ class BaseQuery {
1511
const propValue = target[name];
1512
const methods = (paramValue) => ({
1513
filter: (column) => {
1514
- if (paramValue) {
+ if (paramValue && !this.safeEvaluateSymbolContext().originalSqlPreAggregation) {
1515
const value = Array.isArray(paramValue) ?
1516
paramValue.map(this.paramAllocator.allocateParam.bind(this.paramAllocator)) :
1517
this.paramAllocator.allocateParam(paramValue);
0 commit comments