diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2018-12-03 14:16:26 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2018-12-03 14:16:26 +0100 |
| commit | 08cb6dab214dc638190c6e8f8d3b331b38bbd238 (patch) | |
| tree | edcc967c233ee8ba2858731bb014387987015c91 | |
| parent | ee673eeb96dc210a5b1c9ed9abb645839351a7f8 (diff) | |
| download | sqlparse-08cb6dab214dc638190c6e8f8d3b331b38bbd238.tar.gz | |
Update changelog.
| -rw-r--r-- | CHANGELOG | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,8 @@ Bug Fixes * Fix occasional IndexError (pr390, by circld, issue313). * Fix incorrect splitting of strings containing new lines (pr396, by fredyw). -* Fix reindent issue for parenthesis (issue 427, by fredyw). +* Fix reindent issue for parenthesis (issue427, by fredyw). +* Fix from( parsing issue (issue446, by fredyw) . * Fix for get\_real_name() to return correct name (issue369, by fredyw). * Wrap function params when wrap_after is set (pr398, by soloman1124). * Fix parsing of "WHEN name" clauses (pr418, by andrew deryabin). |
