@cubejs-backend/native
Advanced tools
Comparing version 0.28.62 to 0.28.63
@@ -6,2 +6,14 @@ # Change Log | ||
## [0.28.63](https://github.com/cube-js/cube.js/compare/v0.28.62...v0.28.63) (2021-12-03) | ||
### Bug Fixes | ||
* **cubesql:** Crash with WHEN ELSE IF ([7eeadf5](https://github.com/cube-js/cube.js/commit/7eeadf54433c3cbb8f5f501cacbd84d2766be52b)) | ||
* **cubesql:** Information_schema.COLUMNS - correct DATA_TYPE fields ([337d1d1](https://github.com/cube-js/cube.js/commit/337d1d1e74d52fa58685107c4217a0987e203cba)) | ||
## [0.28.62](https://github.com/cube-js/cube.js/compare/v0.28.61...v0.28.62) (2021-12-02) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@cubejs-backend/native", | ||
"version": "0.28.62", | ||
"version": "0.28.63", | ||
"author": "Cube Dev, Inc.", | ||
@@ -60,3 +60,3 @@ "description": "Native module for Cube.js (binding to Rust codebase)", | ||
}, | ||
"gitHead": "282bdc1b730ca5e5eb7cbe0fef19b0c6b4e7d52a" | ||
"gitHead": "39bf2cf6d8057a20ea2a9448d9f96f5e9bd4098f" | ||
} |
28162