diff options
author | Andi Albrecht <albrecht.andi@gmail.com> | 2016-04-06 08:40:55 +0200 |
---|---|---|
committer | Andi Albrecht <albrecht.andi@gmail.com> | 2016-04-06 08:40:55 +0200 |
commit | 66c6bf9962015ba0975acf21cce8bd774196f36a (patch) | |
tree | a1e8fee52daaec76f76ea11073990bd6c2f5444e | |
parent | b341da8d9c10858f064176d318609b788a46f5b2 (diff) | |
download | sqlparse-66c6bf9962015ba0975acf21cce8bd774196f36a.tar.gz |
Update Changelog and AUTHORS.
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | CHANGES | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,7 @@ Alphabetical list of contributors: * Robert Nix <com.github@rnix.org> * Rocky Meza <rmeza@fusionbox.com> * Ryan Wooden <rygwdn@gmail.com> +* saaj <id@saaj.me> * Shen Longxing <shenlongxing2012@gmail.com> * spigwitmer <itgpmc@gmail.com> * Tim Graham <timograham@gmail.com> @@ -17,6 +17,7 @@ Bug Fixes * Leading whitespaces are now removed when format() is called with strip_whitespace=True (issue213, by shenlongxing). * Fix typo in keywords list (issue229, by cbeloni). +* Fix parsing of functions in comparisons (issue230, by saaj). Release 0.1.19 (Mar 07, 2015) |