diff options
author | Andi Albrecht <albrecht.andi@gmail.com> | 2016-05-28 15:09:12 +0200 |
---|---|---|
committer | Andi Albrecht <albrecht.andi@gmail.com> | 2016-05-28 15:09:12 +0200 |
commit | 644cb55419e78192830af221c40b579a4341dc2f (patch) | |
tree | 1faf1b3d96a91d0a4001b37f7d906babdc174836 | |
parent | 16356db18ff6e3206ce08aa50551780bc1b749da (diff) | |
download | sqlparse-644cb55419e78192830af221c40b579a4341dc2f.tar.gz |
Update authors and Changelog.
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | CHANGELOG | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,7 @@ Alphabetical list of contributors: * JacekPliszka <Jacek.Pliszka@gmail.com> * Jesús Leganés Combarro "Piranna" <piranna@gmail.com> * Kevin Jing Qiu <kevin.jing.qiu@gmail.com> +* koljonen <koljonen@outlook.com> * Michael Schuller <chick@mschuller.net> * Mike Amy <cocoade@googlemail.com> * mulos <daniel.strackbein@gmail.com> @@ -12,6 +12,7 @@ Internal Changes Enhancements * Support WHILE loops (issue215, by shenlongxing). * Better support for CTEs (issue217, by Andrew Tipton). +* Recognize USING as a keyword more consistently (issue236, by koljonen). Bug Fixes * Leading whitespaces are now removed when format() is called with |