@cubejs-backend/cubesql
Advanced tools
Comparing version 0.29.23 to 0.29.24
@@ -6,2 +6,22 @@ # Change Log | ||
## [0.29.24](https://github.com/cube-js/cube.js/compare/v0.29.23...v0.29.24) (2022-02-01) | ||
### Bug Fixes | ||
* **cubesql:** Ignore @@ global prefix for system defined variables ([80caef0](https://github.com/cube-js/cube.js/commit/80caef0f2eb145a4405d8edcb4d650179b22c593)) | ||
### Features | ||
* **cubesql:** Support binary expression for measures ([#4009](https://github.com/cube-js/cube.js/issues/4009)) ([475a614](https://github.com/cube-js/cube.js/commit/475a6148aa8d87183e7680888d27737c0290e401)) | ||
* **cubesql:** Support COUNT(1) ([#4004](https://github.com/cube-js/cube.js/issues/4004)) ([df33d89](https://github.com/cube-js/cube.js/commit/df33d89b1a19c452b1a97b49e640c4ed1a53e1ad)) | ||
* **cubesql:** Support SHOW COLUMNS ([#3995](https://github.com/cube-js/cube.js/issues/3995)) ([bbf7e6c](https://github.com/cube-js/cube.js/commit/bbf7e6c232d9c91ccd9421f01f4fdda07ef82998)) | ||
* **cubesql:** Support SHOW TABLES via QE ([#4001](https://github.com/cube-js/cube.js/issues/4001)) ([bac2aaa](https://github.com/cube-js/cube.js/commit/bac2aaae130c0863790b2178884a157dcdf0c55d)) | ||
* **cubesql:** Support USE 'db' (success reply) ([bd945fb](https://github.com/cube-js/cube.js/commit/bd945fbc12a9250a90f240127ad1ac9910011a01)) | ||
## [0.29.23](https://github.com/cube-js/cube.js/compare/v0.29.22...v0.29.23) (2022-01-26) | ||
@@ -8,0 +28,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.29.23", | ||
"version": "0.29.24", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "da516571691c103ecbd035c3319653766622b083" | ||
"gitHead": "c46552b690d40c0c24b203557cb1d17b2b3f2012" | ||
} |
4190