Skip to content

Commit

Permalink
SQL: Added ILIKE operator (#2704)
Browse files Browse the repository at this point in the history
Added `ILIKE` operator to sql keyword list and sorted the list alphabetically.
  • Loading branch information
0xflotus committed Jan 7, 2021
1 parent 01af04e commit 6e34771
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/prism-sql.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/prism-sql.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions tests/languages/sql/operator_feature.test
Expand Up @@ -9,6 +9,7 @@
AND
BETWEEN
IN
ILIKE
LIKE
NOT
OR
Expand All @@ -33,6 +34,7 @@ XOR
["operator", "AND"],
["operator", "BETWEEN"],
["operator", "IN"],
["operator", "ILIKE"],
["operator", "LIKE"],
["operator", "NOT"],
["operator", "OR"],
Expand Down

0 comments on commit 6e34771

Please sign in to comment.