We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2ee7b commit 5076be0Copy full SHA for 5076be0
1 file changed
sqlparse/engine/statement_splitter.py
@@ -36,7 +36,7 @@ def _change_splitlevel(self, ttype, value):
36
elif ttype not in T.Keyword: # if normal token return
37
return 0
38
39
- # Everything after here is ttype = T.Keyword or ttype = T.
+ # Everything after here is ttype = T.Keyword
40
# Also to note, once entered an If statement you are done and basically
41
# returning
42
unified = value.upper()
0 commit comments