Skip to content

Commit a7a54f9

Browse files
fix: add ILIKE keyword (#111)
1 parent 4902ed8 commit a7a54f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/keywords.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ module.exports = [
4343
'FULL OUTER JOIN',
4444
'GROUP BY',
4545
'HAVING',
46+
'ILIKE',
4647
'IN',
4748
'INDEX',
4849
'INNER JOIN',

0 commit comments

Comments
 (0)