diff options
| author | Andreas Albrecht <a.albrecht@Mac-PU08.prounix.local> | 2020-02-02 21:23:49 +0100 |
|---|---|---|
| committer | Andreas Albrecht <a.albrecht@Mac-PU08.prounix.local> | 2020-02-02 21:23:49 +0100 |
| commit | 418b04f7e503a57757a3a4ad338e694e02283dd7 (patch) | |
| tree | d6cf95a2c2c3f2af5fa1e27962ed2e486ebc2ad2 | |
| parent | a301b79c042c5c4e8677ad6e44905903ea9375c3 (diff) | |
| download | sqlparse-418b04f7e503a57757a3a4ad338e694e02283dd7.tar.gz | |
Update changelog and authors.
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | CHANGELOG | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,7 @@ Alphabetical list of contributors: * Josh Soref <jsoref@users.noreply.github.com> * Kevin Jing Qiu <kevin.jing.qiu@gmail.com> * koljonen <koljonen@outlook.com> +* Likai Liu <liulk@likai.org> * mathilde.oustlant <mathilde.oustlant@ext.cdiscount.com> * Michael Schuller <chick@mschuller.net> * Mike Amy <cocoade@googlemail.com> @@ -23,6 +23,7 @@ Bug Fixes * Fix parsing of date/time literals (issue438, by vashek). * Fix initialization of TokenList (issue499, pr505 by john-bodley). * Fix parsing of LIKE (issue493, pr525 by dbczumar). +* Improve parsing of identifiers (pr527 by liulk). Release 0.3.0 (Mar 11, 2019) |
