Merging upstream version 3.3.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
80a5571dc6
commit
0a3024bc6c
11 changed files with 193 additions and 52 deletions
|
@ -430,7 +430,7 @@ class PGExecute:
|
|||
for sql in sqlparse.split(statement):
|
||||
# Remove spaces, eol and semi-colons.
|
||||
sql = sql.rstrip(";")
|
||||
sql = sqlparse.format(sql, strip_comments=True).strip()
|
||||
sql = sqlparse.format(sql, strip_comments=False).strip()
|
||||
if not sql:
|
||||
continue
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue