@cubejs-backend/cubesql
Advanced tools
Comparing version 0.30.2 to 0.30.3
@@ -6,2 +6,20 @@ # Change Log | ||
## [0.30.3](https://github.com/cube-js/cube.js/compare/v0.30.2...v0.30.3) (2022-05-17) | ||
### Bug Fixes | ||
* **cubesql:** Add support for all types to `pg_catalog.format_type` UDF ([c49c55a](https://github.com/cube-js/cube.js/commit/c49c55a213efba8da49f2e53cc36a8c8fd9cd64e)) | ||
* **cubesql:** Coerce empty subquery result to `NULL` ([e59d2fb](https://github.com/cube-js/cube.js/commit/e59d2fb367f99deea3463316d87ee9eb5ae59463)) | ||
* **cubesql:** Fix several UDFs to return correct row amount ([f1e0223](https://github.com/cube-js/cube.js/commit/f1e02239962965f6d246eed53a81c756cbc3a24d)) | ||
### Features | ||
* **cubesql:** Ignore `pg_catalog` schema for UDFs ([ab2a0da](https://github.com/cube-js/cube.js/commit/ab2a0da0cdf2ec3cd9974dcb1a532c2ccfad4851)) | ||
## [0.30.2](https://github.com/cube-js/cube.js/compare/v0.30.1...v0.30.2) (2022-05-16) | ||
@@ -8,0 +26,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.30.2", | ||
"version": "0.30.3", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "480f6bb6569079fcc9c345a334e0c75bce424261" | ||
"gitHead": "900966d811e82d68db91092875c80b22afb2b26a" | ||
} |
28687