diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2012-11-11 17:20:48 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2012-11-11 17:20:48 +0100 |
| commit | 403b8148594d9c49b7e70a342252ceee2f026d1f (patch) | |
| tree | 70a27f926fedd6c4974e0fbc32ca653e4c08d5db | |
| parent | fb1ac1819d0e337b37e5c4e45725899ce9157a49 (diff) | |
| download | sqlparse-403b8148594d9c49b7e70a342252ceee2f026d1f.tar.gz | |
Prepare Changelog.
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | CHANGES | 7 |
2 files changed, 7 insertions, 1 deletions
@@ -4,6 +4,7 @@ This module contains code (namely the lexer and filter mechanism) from the pygments project that was written by Georg Brandl. Alphabetical list of contributors: +* Mike Amy <cocoade@googlemail.com> * Jesús Leganés Combarro "Piranna" <piranna@gmail.com> * Kevin Jing Qiu <kevin.jing.qiu@gmail.com> * quest <quest@wonky.windwards.net>
\ No newline at end of file @@ -5,11 +5,16 @@ Bug Fixes * Improve handling of quoted identifiers (issue78). * Improve grouping and formatting of identifiers with operators (issue53). * Improve grouping and formatting of concatenated strings (issue53). + * Improve handling of varchar() (by Mike Amy). + * Clean up handling of various SQL elements. + * Misc. minor fixes and lots of cleaned up tests. Other * Deprecated sqlparse.SQLParseError. Please use sqlparse.exceptions.SQLParseError instead. - + * Added caching to speed up processing. + * Added experimental filters for token processing. + * Added sqlformat.parsestream (by quest). Release 0.1.4 (Apr 20, 2012) |
