@cubejs-backend/cubesql
Advanced tools
@@ -6,2 +6,18 @@ # Change Log | ||
## [0.30.6](https://github.com/cube-js/cube.js/compare/v0.30.5...v0.30.6) (2022-05-24) | ||
### Bug Fixes | ||
* **cubesql:** Normalize column names for joins and aliased columns ([7faadc9](https://github.com/cube-js/cube.js/commit/7faadc9c96d4cb80b7318a1955cd01e854ca2272)) | ||
### Features | ||
* **cubesql:** Support `_pg_truetypid`, `_pg_truetypmod` UDFs ([1436a76](https://github.com/cube-js/cube.js/commit/1436a76c71e7cec8a62149def9fc2de39a48acef)) | ||
## [0.30.4](https://github.com/cube-js/cube.js/compare/v0.30.3...v0.30.4) (2022-05-20) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.30.4", | ||
"version": "0.30.6", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "b7df8f6a3cfe104e639e0f7607868afa193ed0a3" | ||
"gitHead": "5ac101a359948ba04b24bfd5c8fc1cf274d6868b" | ||
} |
30389
1.49%