diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2011-09-29 11:21:01 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2011-09-29 11:21:01 +0200 |
| commit | 2a63e68ba78f2508da00c7cfd3244688232e4b91 (patch) | |
| tree | 20ab7d3f53aa343da3a613cd9324e7b6993e2264 /CHANGES | |
| parent | 13c1d716a7798ae1a79c524dc967e9a33c534ff4 (diff) | |
| download | sqlparse-2a63e68ba78f2508da00c7cfd3244688232e4b91.tar.gz | |
Allow CASE statements as identifiers (fixes issue46).
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ Bug Fixes * Avoid "stair case" effects when identifiers and functions are mixed in identifier lists (issue45). * Make keyword detection more restrict (issue47). + * Improve handling of CASE statements (issue46). Release 0.1.3 (Jul 29, 2011) |
