@cubejs-backend/schema-compiler
Advanced tools
Comparing version 0.9.11 to 0.9.12
@@ -130,3 +130,3 @@ const inlection = require('inflection'); | ||
inPlaceholders() { | ||
return `(${join(', ', repeat('?', this.values.length || 1))})`; | ||
return `(${join(', ', repeat(this.castParameter(), this.values.length || 1))})`; | ||
} | ||
@@ -133,0 +133,0 @@ |
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.9.12](https://github.com/statsbotco/cubejs-client/compare/v0.9.11...v0.9.12) (2019-06-03) | ||
### Bug Fixes | ||
* **schema-compiler:** cast parameters for IN filters ([28f3e48](https://github.com/statsbotco/cubejs-client/commit/28f3e48)), closes [#119](https://github.com/statsbotco/cubejs-client/issues/119) | ||
## [0.9.11](https://github.com/statsbotco/cubejs-client/compare/v0.9.10...v0.9.11) (2019-05-31) | ||
@@ -8,0 +19,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "Statsbot, Inc.", | ||
"version": "0.9.11", | ||
"version": "0.9.12", | ||
"engines": { | ||
@@ -42,3 +42,3 @@ "node": ">=8.11.1" | ||
"license": "Apache-2.0", | ||
"gitHead": "1740bc8c83954bf8cc9b7c7dccb61870cf47f6aa" | ||
"gitHead": "2b55e74ce020c3e9d6e0396e6d9b1973c2966d03" | ||
} |
321232