@cubejs-backend/cubesql
Advanced tools
Comparing version 0.30.37 to 0.30.38
@@ -6,2 +6,16 @@ # Change Log | ||
## [0.30.38](https://github.com/cube-js/cube.js/compare/v0.30.37...v0.30.38) (2022-07-25) | ||
### Features | ||
* **cubesql:** Define standard_conforming_strings (SQLAlchemy compatibility) ([8fbc046](https://github.com/cube-js/cube.js/commit/8fbc0467c2e3e37fa9c4b320630dc9200884f3ee)), closes [#L2994](https://github.com/cube-js/cube.js/issues/L2994) | ||
* **cubesql:** Support Cast(expr as Regclass) ([e3cafe4](https://github.com/cube-js/cube.js/commit/e3cafe4a0a291d61545e8855425b8755f3629a4e)) | ||
* **cubesql:** Support for new introspection query in SQLAlchemy ([0dbc9e6](https://github.com/cube-js/cube.js/commit/0dbc9e6551016d12155bba27a57b9a17e13dbd02)), closes [#L3381](https://github.com/cube-js/cube.js/issues/L3381) | ||
* **cubesql:** Support pg_catalog.pg_sequence table ([fe057bf](https://github.com/cube-js/cube.js/commit/fe057bf256b8744a9c3f407908808cefa6cd6d8c)) | ||
## [0.30.37](https://github.com/cube-js/cube.js/compare/v0.30.36...v0.30.37) (2022-07-20) | ||
@@ -8,0 +22,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.30.37", | ||
"version": "0.30.38", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "0dd808c4acaa736e6cd871464f6048821b2b279e" | ||
"gitHead": "38b381381df863c183d83d88fe0a812ba7e0cad9" | ||
} |
49176