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
642
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.9.13 to 0.9.15

2

adapter/RedshiftQuery.js

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