diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2015-07-26 10:51:01 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2015-07-26 10:51:01 +0200 |
| commit | c66fbacf8b3095c6de264657362e403920edace2 (patch) | |
| tree | 562182cf20b6d8937f61fcd181be9866988f4e8f /CHANGES | |
| parent | 621e1d84607a158491ce80c47814e51a8c366498 (diff) | |
| download | sqlparse-c66fbacf8b3095c6de264657362e403920edace2.tar.gz | |
Don't add duplicate "\n" when using sqlformat tool (fixes #191).
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ Development version Bug Fixes * Fix a regression in get_alias() introduced in 0.1.15 (issue185). * Fix a bug in the splitter regarding DECLARE (issue193). +* sqlformat command line tool doesn't duplicat newlines anymore (issue191). Release 0.1.15 (Apr 15, 2015) |
