@cubejs-backend/schema-compiler
Advanced tools
Comparing version 0.9.13 to 0.9.15
@@ -8,3 +8,3 @@ const PostgresQuery = require('./PostgresQuery'); | ||
).join(' UNION ALL '); | ||
return `SELECT f::timestamp date_from, t::timestamp date_to FROM (${values})`; | ||
return `SELECT dates.f::timestamp date_from, dates.t::timestamp date_to FROM (${values}) dates`; | ||
} | ||
@@ -11,0 +11,0 @@ |
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.9.15](https://github.com/statsbotco/cubejs-client/compare/v0.9.14...v0.9.15) (2019-06-07) | ||
### Bug Fixes | ||
* **schema-compiler:** subquery in FROM must have an alias -- fix Redshift rollingWindow ([70b752f](https://github.com/statsbotco/cubejs-client/commit/70b752f)) | ||
## [0.9.13](https://github.com/statsbotco/cubejs-client/compare/v0.9.12...v0.9.13) (2019-06-06) | ||
@@ -8,0 +19,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "Statsbot, Inc.", | ||
"version": "0.9.13", | ||
"version": "0.9.15", | ||
"engines": { | ||
@@ -42,3 +42,3 @@ "node": ">=8.11.1" | ||
"license": "Apache-2.0", | ||
"gitHead": "53fb9514e4d5d77cce618fd1ad133f344f5710dd" | ||
"gitHead": "b649f1355180307a38c416dde17d4a49150ffb55" | ||
} |
322501