@cubejs-backend/schema-compiler
Advanced tools
Comparing version 0.18.29 to 0.18.30
@@ -15,2 +15,3 @@ const postgres = require('./PostgresQuery'); | ||
const odelasticsearch = require('./OpenDistroElasticSearchQuery'); | ||
const elasticsearch = require('./ElasticSearchQuery'); | ||
@@ -34,2 +35,3 @@ const ADAPTERS = { | ||
odelasticsearch, | ||
elasticsearch | ||
}; | ||
@@ -36,0 +38,0 @@ exports.query = (compilers, dbType, queryOptions) => { |
@@ -6,2 +6,18 @@ # Change Log | ||
## [0.18.30](https://github.com/cube-js/cube.js/compare/v0.18.29...v0.18.30) (2020-04-04) | ||
### Bug Fixes | ||
* Rewrite converts left outer to inner join due to filtering in where ([2034d37](https://github.com/cube-js/cube.js/commit/2034d37)) | ||
### Features | ||
* Native X-Pack SQL ElasticSearch Driver ([#551](https://github.com/cube-js/cube.js/issues/551)) ([efde731](https://github.com/cube-js/cube.js/commit/efde731)) | ||
## [0.18.29](https://github.com/cube-js/cube.js/compare/v0.18.28...v0.18.29) (2020-04-04) | ||
@@ -8,0 +24,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "Statsbot, Inc.", | ||
"version": "0.18.29", | ||
"version": "0.18.30", | ||
"repository": { | ||
@@ -56,3 +56,3 @@ "type": "git", | ||
"license": "Apache-2.0", | ||
"gitHead": "d52ede555d7f4b9f7a0d4fddd49734112dd66ca1" | ||
"gitHead": "e51b72f2b08f8fa1e8359e034210fb42f7322339" | ||
} |
@@ -171,4 +171,6 @@ /* globals it, describe, after */ | ||
sql: \` | ||
select * from visitor_checkins | ||
select * from visitor_checkins WHERE \${FILTER_PARAMS.visitor_checkins.created_at.filter('created_at')} | ||
\`, | ||
rewriteQueries: true, | ||
@@ -175,0 +177,0 @@ joins: { |
Sorry, the diff of this file is too big to display
2795927
137
14408