summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Albrecht <a.albrecht@Mac-PU08.prounix.local>2020-01-16 09:22:20 +0100
committerAndreas Albrecht <a.albrecht@Mac-PU08.prounix.local>2020-01-16 09:22:20 +0100
commit1e974d080c3ec24d7ada3a417bec9e69a391a766 (patch)
treeb6dbac7c597c4350bf0f4c1569d775500aa9758d
parent6cab2ea2add40449d3f6cfd46711cb16993f8aec (diff)
downloadsqlparse-1e974d080c3ec24d7ada3a417bec9e69a391a766.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 71bbee9..6a0b852 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -16,6 +16,7 @@ Alphabetical list of contributors:
* casey <casey@cloudera.com>
* CauĂȘ Beloni <cbeloni@gmail.com>
* circld <circld1@gmail.com>
+* Corey Zumar <corey.zumar@databricks.com>
* Cristian Orellana <cristiano@groupon.com>
* Dag Wieers <dag@wieers.com>
* Darik Gamble <darik.gamble@gmail.com>
diff --git a/CHANGELOG b/CHANGELOG
index 541386c..6f80445 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,6 +22,7 @@ Bug Fixes
have an alias (issue455, adopted some parts of pr509 by john-bodley).
* 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).
Release 0.3.0 (Mar 11, 2019)