From 5076be029aba75d72aa52ab3da9f81e6aaf04cc1 Mon Sep 17 00:00:00 2001 From: William Ivanski Date: Tue, 16 Apr 2019 19:18:42 -0300 Subject: Fixes #485 --- sqlparse/engine/statement_splitter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlparse') diff --git a/sqlparse/engine/statement_splitter.py b/sqlparse/engine/statement_splitter.py index c6c7dde..6c4be8e 100644 --- a/sqlparse/engine/statement_splitter.py +++ b/sqlparse/engine/statement_splitter.py @@ -36,7 +36,7 @@ class StatementSplitter(object): elif ttype not in T.Keyword: # if normal token return return 0 - # Everything after here is ttype = T.Keyword or ttype = T. + # Everything after here is ttype = T.Keyword # Also to note, once entered an If statement you are done and basically # returning unified = value.upper() -- cgit v1.2.1