@cubejs-backend/cubesql
Advanced tools
Comparing version 0.30.36 to 0.30.37
@@ -6,2 +6,18 @@ # Change Log | ||
## [0.30.37](https://github.com/cube-js/cube.js/compare/v0.30.36...v0.30.37) (2022-07-20) | ||
### Bug Fixes | ||
* **cubesql:** Correct UDTF behavior with no batch sections ([f52c89a](https://github.com/cube-js/cube.js/commit/f52c89a1baedd9e5a259b663f9427e02ade9fb10)) | ||
### Features | ||
* **cubesql:** Add `pg_constraint` pg_type ([e9beb5f](https://github.com/cube-js/cube.js/commit/e9beb5fd875e8f2d181aec45035849e503a61e6b)) | ||
## [0.30.36](https://github.com/cube-js/cube.js/compare/v0.30.35...v0.30.36) (2022-07-18) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.30.36", | ||
"version": "0.30.37", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "2cbb7c3f7a94b4cceaf2b4cf02e0baf0139a182e" | ||
"gitHead": "0dd808c4acaa736e6cd871464f6048821b2b279e" | ||
} |
48309