diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2011-06-10 22:08:10 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2011-06-10 22:08:10 +0200 |
| commit | f6f2e20e4c61d50fbd5cbf0e685b03d8c5927a3a (patch) | |
| tree | a7ab16a37315dbace58d6a87e9d4574eb5b382b2 /CHANGES | |
| parent | 47e7f56a52870bdb278225fc05866efcb5e65a1d (diff) | |
| download | sqlparse-f6f2e20e4c61d50fbd5cbf0e685b03d8c5927a3a.tar.gz | |
Fix removal of comments when strip_comments is True (fixes issue38).
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ In Development 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). Release 0.1.2 (Nov 23, 2010) |
