@websy/websy-designs 1.4.22 → 1.4.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -226,7 +226,7 @@ class PGHelper {
226
226
  return `${entity ? entity + '.' : ''}${parts[0]} < '${parts[1].replace('<', '')}'`
227
227
  }
228
228
  else if (parts[1].indexOf('%') !== -1) {
229
- return `${entity ? entity + '.' : ''}LOWER(${parts[0]}) LIKE '${parts[1]}'`
229
+ return `LOWER(${entity ? entity + '.' : ''}${parts[0]}) LIKE '${parts[1]}'`
230
230
  }
231
231
  else {
232
232
  return `${entity ? entity + '.' : ''}${parts[0]} = '${parts[1]}'`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@websy/websy-designs",
3
- "version": "1.4.22",
3
+ "version": "1.4.23",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"