@cubejs-backend/cubesql
Advanced tools
Comparing version 0.29.38 to 0.29.40
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.29.40](https://github.com/cube-js/cube.js/compare/v0.29.39...v0.29.40) (2022-04-03) | ||
### Bug Fixes | ||
* **cubesql:** Table columns should take precedence over projection to mimic MySQL and Postgres behavior ([60d6e45](https://github.com/cube-js/cube.js/commit/60d6e4511267b132df204fe7b637953d81e5f980)) | ||
## [0.29.38](https://github.com/cube-js/cube.js/compare/v0.29.37...v0.29.38) (2022-04-01) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.29.38", | ||
"version": "0.29.40", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "218d9d57a049422a33bbfa6369feac24a195ab4e" | ||
"gitHead": "59328f3b57c3af09d28b60b29333e6d8916aeb3e" | ||
} |
13909