From 63885dd5f1be3fe519fceb0a21f1f87fdc6aa973 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Mon, 19 Oct 2020 08:45:56 +0200 Subject: Add ELSIF as keyword (fixes #584). --- sqlparse/keywords.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sqlparse') diff --git a/sqlparse/keywords.py b/sqlparse/keywords.py index c967b26..5f46824 100644 --- a/sqlparse/keywords.py +++ b/sqlparse/keywords.py @@ -745,6 +745,7 @@ KEYWORDS_ORACLE = { 'DOUBLE': tokens.Keyword, 'DUMP': tokens.Keyword, + 'ELSIF': tokens.Keyword, 'EVENTS': tokens.Keyword, 'EXCEPTIONS': tokens.Keyword, 'EXPLAIN': tokens.Keyword, -- cgit v1.2.1