@cubejs-backend/cubesql
Advanced tools
Comparing version 0.30.54 to 0.30.56
@@ -6,2 +6,20 @@ # Change Log | ||
## [0.30.56](https://github.com/cube-js/cube.js/compare/v0.30.55...v0.30.56) (2022-08-23) | ||
### Bug Fixes | ||
* **cubesql:** array_upper && array_lower UDFs return type fix ([#5136](https://github.com/cube-js/cube.js/issues/5136)) ([9451a86](https://github.com/cube-js/cube.js/commit/9451a86f853c87aef0992c568f5c0a44a0b8610d)) | ||
* **cubesql:** Normalize error messsage ([ac00acb](https://github.com/cube-js/cube.js/commit/ac00acbfa71285d5eb423edf42a5a45eb3792c63)) | ||
### Features | ||
* Support usage of CTE (with realiasing) ([e64db05](https://github.com/cube-js/cube.js/commit/e64db05c7084568acb1a28b9dada56dd75d35bba)) | ||
* **cubesql:** Disable optimizers for analytics queries ([b710c95](https://github.com/cube-js/cube.js/commit/b710c95529fba4ccf853d00436c8ba6ce48a818b)) | ||
## [0.30.54](https://github.com/cube-js/cube.js/compare/v0.30.53...v0.30.54) (2022-08-19) | ||
@@ -8,0 +26,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.30.54", | ||
"version": "0.30.56", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "4c315d2607acc24bd730033880922fc0af0e6af0" | ||
"gitHead": "19e7a7177811ae45b453678ff033765cfd0227bb" | ||
} |
54475