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

Commit e04ce1d1 by Mick Hansen

Merge pull request #2122 from lius/1.7.0

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