@cubejs-backend/cubesql
Advanced tools
Comparing version 0.30.8 to 0.30.9
@@ -6,2 +6,18 @@ # Change Log | ||
## [0.30.9](https://github.com/cube-js/cube.js/compare/v0.30.8...v0.30.9) (2022-05-31) | ||
### Bug Fixes | ||
* **cubesql:** Allow `CASE` with `pg_attribute.atttypmod` offset ([fc09160](https://github.com/cube-js/cube.js/commit/fc091609e6f3512d5a078501279e8b9064048b54)) | ||
### Features | ||
* **cubesql:** Support comparison between strings and booleans ([#4618](https://github.com/cube-js/cube.js/issues/4618)) ([e4352c3](https://github.com/cube-js/cube.js/commit/e4352c3930e6c948e98bae764920f5d6e21103e8)) | ||
## [0.30.8](https://github.com/cube-js/cube.js/compare/v0.30.7...v0.30.8) (2022-05-30) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.30.8", | ||
"version": "0.30.9", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "75d1d500ffa0894154a839fd67e1e26b20426b1e" | ||
"gitHead": "bddd515929ae9d6289029432753706ebe553b29a" | ||
} |
32877