diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2015-02-21 07:53:16 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2015-02-21 07:53:16 +0100 |
| commit | 8604e0343f83298b304fab022ff9ba00a7598f72 (patch) | |
| tree | 0988e9b0b010a52de0126a3208ef16d8957d0d96 /CHANGES | |
| parent | 51871a8ffa0de99e98e2b24794458c9aa6b36689 (diff) | |
| download | sqlparse-8604e0343f83298b304fab022ff9ba00a7598f72.tar.gz | |
Update changelog.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -2,15 +2,17 @@ Development Version ------------------- Bug Fixes -* Fix a regression for identifiers with square bracktes notation (issue153). -* Add missing SQL types (issue154, issue155, issue156). +* Fix a regression for identifiers with square bracktes + notation (issue153, by darikg). +* Add missing SQL types (issue154, issue155, issue156, by jukebox). +* Fix parsing of multi-line comments (issue172, by JacekPliszka). Enhancements * Improve formatting of HAVING statements. * Improve parsing of inline comments (issue163). * Group comments to parent object (issue128, issue160). -* Add double precision builtin (issue169). -* Add support for square bracket array indexing (issue170). +* Add double precision builtin (issue169, by darikg). +* Add support for square bracket array indexing (issue170, by darikg). Release 0.1.14 (Nov 30, 2014) |
