diff options
| author | Andi Albrecht <andi@localhost.localdomain> | 2015-10-22 07:46:42 +0200 |
|---|---|---|
| committer | Andi Albrecht <andi@localhost.localdomain> | 2015-10-22 07:46:42 +0200 |
| commit | 03a367d2e8c053888a7e2923e4dcd74c89441f2e (patch) | |
| tree | 83a51adc87f469a22961211442bacf5db08ee333 | |
| parent | 0ae9e926177877caefc9aaa2535c9f1e82a90d11 (diff) | |
| download | sqlparse-03a367d2e8c053888a7e2923e4dcd74c89441f2e.tar.gz | |
Update AUTHORS and Changelog.
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | CHANGES | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -22,6 +22,7 @@ Alphabetical list of contributors: * quest <quest@wonky.windwards.net> * Robert Nix <com.github@rnix.org> * Rocky Meza <rmeza@fusionbox.com> +* Ryan Wooden <rygwdn@gmail.com> * spigwitmer <itgpmc@gmail.com> * Victor Hahn <info@victor-hahn.de> * vthriller <farreva232@yandex.ru> @@ -1,6 +1,10 @@ Development Version ------------------- +Enhancements +* Speed up parsing of large SQL statements (pull request: issue201, fixes the + following issues: issue199, issue135, issue62, issue41, by Ryan Wooden). + Bug Fixes * Fix another splitter bug regarding DECLARE (issue194). |
