diff options
| author | Andi Albrecht <albrecht.andi@googlemail.com> | 2010-02-18 09:58:12 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@googlemail.com> | 2010-02-18 09:58:12 +0100 |
| commit | fac431b15799fd9561346efcc128e0b5e8aec3d0 (patch) | |
| tree | 62826ad30314673bdba618f690d726c380db121b /CHANGES | |
| parent | ed2d2549f846a04d13be33a4971a4e4a0089914f (diff) | |
| download | sqlparse-fac431b15799fd9561346efcc128e0b5e8aec3d0.tar.gz | |
Fix an issue with trailing whitespaces (reported by Kris).
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,6 +6,7 @@ Bug Fixes reported and initial patch by andyboyko). * Stricter detection of identfier aliases (issue8, reported by estama). * WHERE grouping consumed closing parenthesis (issue9, reported by estama). + * Fixed an issue with trailing whitespaces (reported by Kris). Release 0.1.1 (May 6, 2009) @@ -25,4 +26,4 @@ Other Release 0.1.0 (Apr 8, 2009) --------------------------- - * Initial release.
\ No newline at end of file + * Initial release. |
