summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2013-02-25 13:37:38 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2013-02-25 13:37:38 +0100
commitc101384bb5a67f5c4386bba64c216d753522c05e (patch)
tree58a24418cce57b119a510b66acff25249ef1bba8
parent36f2e09571080002db0d98342d6475974a2fb24b (diff)
downloadsqlparse-c101384bb5a67f5c4386bba64c216d753522c05e.tar.gz
Add changelog.
-rw-r--r--AUTHORS1
-rw-r--r--CHANGES2
2 files changed, 3 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index efc51ff..39eb997 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,6 +4,7 @@ This module contains code (namely the lexer and filter mechanism) from
the pygments project that was written by Georg Brandl.
Alphabetical list of contributors:
+* Alexey Malyshev <nostrict@gmail.com>
* Florian Bauer <florian.bauer@zmdi.com>
* Mike Amy <cocoade@googlemail.com>
* Jesús Leganés Combarro "Piranna" <piranna@gmail.com>
diff --git a/CHANGES b/CHANGES
index 46d79ef..843c39b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,8 @@ Development Version
Bug Fixes
* Fix Python 3 compatibility of sqlformat script (by Piet Delport).
+ * Fix parsing of SQL statements that contain binary data (by Alexey
+ Malyshev).
Enhancements
* Improve parsing speed when SQL contains CLOBs or BLOBs (issue86).