不要怂,就是干,撸起袖子干!

ilike support for PostgreSQL

1 parent 5e5cdb78
Showing with 2 additions and 0 deletions
...@@ -315,6 +315,8 @@ var Utils = module.exports = { ...@@ -315,6 +315,8 @@ var Utils = module.exports = {
return 'LIKE' return 'LIKE'
case 'rlike': case 'rlike':
return 'RLIKE' return 'RLIKE'
case 'ilike':
return 'ILIKE'
case 'nlike': case 'nlike':
case 'notlike': case 'notlike':
return 'NOT LIKE' return 'NOT LIKE'
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!