@cubejs-backend/schema-compiler
Advanced tools
Comparing version
@@ -14,3 +14,3 @@ const BaseQuery = require('./BaseQuery'); | ||
likeIgnoreCase(column, not) { | ||
return `LOWER(${column})${not ? ' NOT' : ''} LIKE CONCAT('%', LOWER(?) ,'%')`; | ||
return `LOWER(${column})${not ? ' NOT' : ''} LIKE CONCAT('%', LOWER(?) ,'%') ESCAPE '\\'`; | ||
} | ||
@@ -17,0 +17,0 @@ |
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.10.30](https://github.com/statsbotco/cubejs-client/compare/v0.10.29...v0.10.30) (2019-08-26) | ||
### Bug Fixes | ||
* Athena doesn't support `_` in contains filter ([d330be4](https://github.com/statsbotco/cubejs-client/commit/d330be4)) | ||
## [0.10.29](https://github.com/statsbotco/cubejs-client/compare/v0.10.28...v0.10.29) (2019-08-21) | ||
@@ -8,0 +19,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "Statsbot, Inc.", | ||
"version": "0.10.29", | ||
"version": "0.10.30", | ||
"engines": { | ||
@@ -44,3 +44,3 @@ "node": ">=8.11.1" | ||
"license": "Apache-2.0", | ||
"gitHead": "b31b00dd21146299b301d926b140a80bbc56f30e" | ||
"gitHead": "4c835abe39cac254ea6e3ac82cc26523a9e85240" | ||
} |
357966
0.07%