@cubejs-backend/schema-compiler
Advanced tools
Comparing version 0.14.1 to 0.14.2
@@ -1328,4 +1328,7 @@ /* eslint-disable no-unused-vars,prefer-template */ | ||
return { | ||
renewalThreshold: this.renewalThreshold(!!preAggregationForQuery.refreshKey), | ||
queries: this.preAggregationInvalidateKeyQueries(preAggregationForQuery.cube, preAggregationForQuery) | ||
renewalThreshold: this.renewalThreshold(!!preAggregationForQuery.preAggregation.refreshKey), | ||
queries: this.preAggregationInvalidateKeyQueries( | ||
preAggregationForQuery.cube, | ||
preAggregationForQuery.preAggregation | ||
) | ||
}; | ||
@@ -1332,0 +1335,0 @@ } |
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.14.2](https://github.com/cube-js/cube.js/compare/v0.14.1...v0.14.2) (2020-01-17) | ||
### Bug Fixes | ||
* TypeError: Cannot read property 'evaluateSymbolSqlWithContext' of undefined ([125afd7](https://github.com/cube-js/cube.js/commit/125afd7)) | ||
## [0.14.1](https://github.com/cube-js/cube.js/compare/v0.14.0...v0.14.1) (2020-01-17) | ||
@@ -8,0 +19,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "Statsbot, Inc.", | ||
"version": "0.14.1", | ||
"version": "0.14.2", | ||
"repository": { | ||
@@ -52,3 +52,3 @@ "type": "git", | ||
"license": "Apache-2.0", | ||
"gitHead": "7df5bd6edd212663dc8174b1610606ea17e5b518" | ||
"gitHead": "49cf8a24b14066a25d711e95228728a9cddca337" | ||
} |
@@ -415,2 +415,4 @@ /* eslint-disable quote-props */ | ||
preAggregationsDescription[0].invalidateKeyQueries[0][0].should.match(/>=/); | ||
console.log(JSON.stringify(query.cacheKeyQueries().queries, null, 2)); | ||
query.cacheKeyQueries().queries[0][0].should.match(/max/); | ||
@@ -417,0 +419,0 @@ return dbRunner.testQueries(tempTablePreAggregations(preAggregationsDescription).concat([ |
405294
11067