diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2016-09-14 18:42:22 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2016-09-14 18:42:22 +0200 |
| commit | 4d05b441fcb801d320ac52ce90465b74d419ceac (patch) | |
| tree | 0f18b1f401d1fce76be0d8403153e5616dbe573e /CHANGELOG | |
| parent | 4430c5c163d8b6ffc89d83b506c8a478037d26ea (diff) | |
| download | sqlparse-4d05b441fcb801d320ac52ce90465b74d419ceac.tar.gz | |
Add formatter option for comma first notation (fixes #141).
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ Development Version ------------------- +Enhancements + +* Add comma_first option: When splitting list "comma first" notation + is used (issue141). + Bug Fixes * Fix parsing of incomplete AS (issue284, by vmuriart). |
