diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2016-05-29 08:48:55 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2016-05-29 08:48:55 +0200 |
| commit | a767c88b008d407d91b9118d124e2a9b579a7f12 (patch) | |
| tree | 2649804e64e305f12b12872a5b1aecea6f973538 | |
| parent | da82fa289773bb2b080d9dcd8eb7d60dbd8916f2 (diff) | |
| download | sqlparse-a767c88b008d407d91b9118d124e2a9b579a7f12.tar.gz | |
Update authors and Changelog.
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | CHANGELOG | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,7 @@ Alphabetical list of contributors: * saaj <id@saaj.me> * Shen Longxing <shenlongxing2012@gmail.com> * spigwitmer <itgpmc@gmail.com> +* Tenghuan <tenghuanhe@gmail.com> * Tim Graham <timograham@gmail.com> * Victor Hahn <info@victor-hahn.de> * Victor Uriarte <vmuriart@gmail.com> @@ -21,6 +21,7 @@ Bug Fixes * Fix typo in keywords list (issue229, by cbeloni). * Fix parsing of functions in comparisons (issue230, by saaj). * Fix grouping of identifiers (issue233). +* Fix parsing of CREATE TABLE statements (issue242, by Tenghuan). * Minor bug fixes (issue101). |
