summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2022-08-24 21:40:03 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2022-08-24 21:40:03 +0200
commite2698819c4481ad6fdf04f2caf018ff4b6181e6c (patch)
treeeabb6e1404f939d27e5fb8034f2f8feee2685f1f
parentc1a597ee6e8e22c94ca5bdfa1c6665453e0d2c25 (diff)
downloadsqlparse-e2698819c4481ad6fdf04f2caf018ff4b6181e6c.tar.gz
Update Changelog and authors.
-rw-r--r--AUTHORS1
-rw-r--r--CHANGELOG1
2 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index e1e2089..1717adf 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -44,6 +44,7 @@ Alphabetical list of contributors:
* Kevin Jing Qiu <kevin.jing.qiu@gmail.com>
* koljonen <koljonen@outlook.com>
* Likai Liu <liulk@likai.org>
+* Long Le Xich <codenamelxl@users.noreply.github.com>
* mathilde.oustlant <mathilde.oustlant@ext.cdiscount.com>
* Michael Schuller <chick@mschuller.net>
* Mike Amy <cocoade@googlemail.com>
diff --git a/CHANGELOG b/CHANGELOG
index 83510b5..e1b3ae6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,6 +15,7 @@ Bug Fixes
* Fix spelling of INDICATOR keyword (pr653, by ptld).
* Fix formatting error in EXTRACT function (issue562, issue670, pr676, by ecederstrand).
* Fix bad parsing of create table statements that use lower case (issue217, pr642, by mrmasterplan).
+* Handle backtick as valid quote char (issue628, pr629, by codenamelxl).
Other