New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cubejs-backend/schema-compiler

Package Overview
Dependencies
Maintainers
2
Versions
650
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/schema-compiler - npm Package Compare versions

Comparing version 0.18.29 to 0.18.30

adapter/ElasticSearchQuery.js

2

adapter/QueryBuilder.js

@@ -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 @@

4

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc