@cubejs-backend/cubesql
Advanced tools
Comparing version 0.30.62 to 0.30.64
@@ -6,2 +6,20 @@ # Change Log | ||
## [0.30.64](https://github.com/cube-js/cube.js/compare/v0.30.63...v0.30.64) (2022-09-07) | ||
### Bug Fixes | ||
* **cubesql:** select column with the same name as table ([#5235](https://github.com/cube-js/cube.js/issues/5235)) ([1a20f6f](https://github.com/cube-js/cube.js/commit/1a20f6fe2772d36f693821f19ab43e830c198651)) | ||
### Features | ||
* **cubesql:** Holistics - support schema privilege query ([#5240](https://github.com/cube-js/cube.js/issues/5240)) ([ae59ddf](https://github.com/cube-js/cube.js/commit/ae59ddffc9fa5b47d00efca6f03f11e5533e5b89)) | ||
* **cubesql:** Support nullif with scalars ([#5241](https://github.com/cube-js/cube.js/issues/5241)) ([138dcae](https://github.com/cube-js/cube.js/commit/138dcae3ab9c763f4446f684da101421219abe5b)) | ||
* **cubesql:** Support yearly granularity (ThoughtSpot) ([#5236](https://github.com/cube-js/cube.js/issues/5236)) ([416ddd8](https://github.com/cube-js/cube.js/commit/416ddd87042c7fb805b7b9c3c4b6a0bb53552236)) | ||
## [0.30.62](https://github.com/cube-js/cube.js/compare/v0.30.61...v0.30.62) (2022-09-02) | ||
@@ -8,0 +26,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.30.62", | ||
"version": "0.30.64", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "85a9abe37fba738051eb6dc63f41053d6e9752de" | ||
"gitHead": "f5123837220235430a0eabf921e2c9cd4f513261" | ||
} |
58332