diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2011-07-23 22:56:09 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2011-07-23 22:56:09 +0200 |
| commit | dea76adfa5b3c25dd34d7c820410e21364e16d12 (patch) | |
| tree | 01b94994f59e26b48b1ed075473b42423b99e52f /CHANGES | |
| parent | d1956f27183c96f092a70a37e172f2fd045932a7 (diff) | |
| download | sqlparse-dea76adfa5b3c25dd34d7c820410e21364e16d12.tar.gz | |
Make sure that identifier lists in subselects with alias are grouped correctly.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,9 @@ Bug Fixes * Improve parsing of floats (thanks to Kris). * When formatting a statement a space before LIMIT was removed (issue35). * Fix strip_comments flag (issue38, reported by ooberm...@gmail.com). - * Avoid parsing names as keywords (issue39, reported by djo...@taket.org). + * Avoid parsing names as keywords (issue39, reported by djo...@taket.org). + * Make sure identifier lists in subselects are grouped (issue40, + reported by djo...@taket.org). Release 0.1.2 (Nov 23, 2010) |
