sqlparse
sqlparse copied to clipboard
sqlformat concatenates statements together
I noticed that sqlformat will concatenate statements together when using -a (--reindent_aligned) to format files. Below is a screenshot to show the issue. Basically, after formatting the file, sqlformat simply concatenates all statements together as the final result. Yet, it would make sense to insert two newline characters between statements.
