Skip to content
Snippets Groups Projects
Commit 042ea5e6e08c authored by Denis Laxalde's avatar Denis Laxalde
Browse files

Add EXISTS, ILIKE, DISTINCT to KEYWORDS (closes #165898)

parent 2218f38af251
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
KEYWORDS = set(('INSERT', 'SET', 'DELETE', KEYWORDS = set(('INSERT', 'SET', 'DELETE',
'UNION', 'WITH', 'BEING', 'UNION', 'WITH', 'BEING',
'WHERE', 'AND', 'OR', 'NOT' 'WHERE', 'AND', 'OR', 'NOT'
'IN', 'LIKE', 'IN', 'LIKE', 'ILIKE', 'EXISTS', 'DISTINCT',
'TRUE', 'FALSE', 'NULL', 'TODAY', 'TRUE', 'FALSE', 'NULL', 'TODAY',
'GROUPBY', 'HAVING', 'ORDERBY', 'ASC', 'DESC', 'GROUPBY', 'HAVING', 'ORDERBY', 'ASC', 'DESC',
'LIMIT', 'OFFSET')) 'LIMIT', 'OFFSET'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment