We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69b0cf commit b4fbd5dCopy full SHA for b4fbd5d
sqlparse/engine/statement_splitter.py
@@ -19,7 +19,6 @@ def _reset(self):
19
"""Set the filter attributes to its default values"""
20
self._in_declare = False
21
self._is_create = False
22
- self._parenthesis_depth = 0
23
self._begin_depth = 0
24
25
self.consume_ws = False
0 commit comments