summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2012-11-11 17:20:48 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2012-11-11 17:20:48 +0100
commit403b8148594d9c49b7e70a342252ceee2f026d1f (patch)
tree70a27f926fedd6c4974e0fbc32ca653e4c08d5db
parentfb1ac1819d0e337b37e5c4e45725899ce9157a49 (diff)
downloadsqlparse-403b8148594d9c49b7e70a342252ceee2f026d1f.tar.gz
Prepare Changelog.
-rw-r--r--AUTHORS1
-rw-r--r--CHANGES7
2 files changed, 7 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 5055815..8d8a337 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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
diff --git a/CHANGES b/CHANGES
index 25eecb3..1ccdc97 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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)