summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2018-07-08 12:35:49 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2018-07-08 12:35:49 +0200
commite59b6081cddd6547c818b4936d264c213776160a (patch)
tree5500c9e303776b835117f8a8aa0cbde322920281
parent71fb55606b6092e7e57d587bd21672dc01a10711 (diff)
downloadsqlparse-e59b6081cddd6547c818b4936d264c213776160a.tar.gz
Update AUTHOR and Changelog.
-rw-r--r--AUTHORS1
-rw-r--r--CHANGELOG1
2 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index a42b4e0..31b7ca8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,6 +10,7 @@ Alphabetical list of contributors:
* Adam Greenhall <agreenhall@lyft.com>
* Alexander Beedie <ayembee@gmail.com>
* Alexey Malyshev <nostrict@gmail.com>
+* andrew deryabin <github@djsf.com>
* Andrew Tipton <andrew.tipton@compareglobalgroup.com>
* atronah <atronah.ds@gmail.com>
* casey <casey@cloudera.com>
diff --git a/CHANGELOG b/CHANGELOG
index 20add54..471cc14 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,6 +12,7 @@ Bug Fixes
* Fix incorrect splitting of strings containing new lines (pr396, 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).
Internal Changes