summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2016-04-06 09:41:31 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2016-04-06 09:41:31 +0200
commit9ab1464ea9c1d0296d698d9637ed3e3cd92326f9 (patch)
treefa0b598c77018f2bd0bbfc985f4086548f10b11b /CHANGES
parentbaeea12b776b1f4477ee5af80aaa2e7c44fadf0e (diff)
downloadsqlparse-9ab1464ea9c1d0296d698d9637ed3e3cd92326f9.tar.gz
Improve identifier parsing when identifier is a literal combined with order keyword (fixes #101).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 68b79e8..374c060 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,7 @@ Bug Fixes
strip_whitespace=True (issue213, by shenlongxing).
* Fix typo in keywords list (issue229, by cbeloni).
* Fix parsing of functions in comparisons (issue230, by saaj).
+* Minor bug fixes (issue101).
Release 0.1.19 (Mar 07, 2015)