diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2016-04-06 09:41:31 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2016-04-06 09:41:31 +0200 |
| commit | 9ab1464ea9c1d0296d698d9637ed3e3cd92326f9 (patch) | |
| tree | fa0b598c77018f2bd0bbfc985f4086548f10b11b /CHANGES | |
| parent | baeea12b776b1f4477ee5af80aaa2e7c44fadf0e (diff) | |
| download | sqlparse-9ab1464ea9c1d0296d698d9637ed3e3cd92326f9.tar.gz | |
Improve identifier parsing when identifier is a literal combined with order keyword (fixes #101).
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
