@cubejs-backend/cubesql
Advanced tools
Comparing version 0.29.40 to 0.29.42
@@ -6,2 +6,18 @@ # Change Log | ||
## [0.29.42](https://github.com/cube-js/cube.js/compare/v0.29.41...v0.29.42) (2022-04-04) | ||
### Bug Fixes | ||
* **cubesql:** Allow quoted variables with SHOW <variable> syntax ([#4313](https://github.com/cube-js/cube.js/issues/4313)) ([3eece0e](https://github.com/cube-js/cube.js/commit/3eece0e70817b2b72406b146a95a5757cdfb994c)) | ||
### Features | ||
* **cubesql:** Rewrite engine segments support ([48b0767](https://github.com/cube-js/cube.js/commit/48b0767aa880a2373d6a6fa15b2e0a1815bb1865)) | ||
## [0.29.40](https://github.com/cube-js/cube.js/compare/v0.29.39...v0.29.40) (2022-04-03) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.29.40", | ||
"version": "0.29.42", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "59328f3b57c3af09d28b60b29333e6d8916aeb3e" | ||
"gitHead": "d05b5199da6e06f4d8baaed1baddb56cf1538637" | ||
} |
14400