diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2010-06-17 20:21:44 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2010-06-17 20:21:44 +0200 |
| commit | b737d2093eacf3c34e1eb413192f86f0d8623ecd (patch) | |
| tree | 94a4c346e3e92c0bb05dce06a209fdc249c1a9ee /CHANGES | |
| parent | 521a87c900a19e39f9e508c898cb191acfc75199 (diff) | |
| download | sqlparse-b737d2093eacf3c34e1eb413192f86f0d8623ecd.tar.gz | |
Improve detection of escaped single quotes (fixes issue13, reported by Martin Brochhaus, patch by bluemaro with test case by Dan Carley).
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ Bug Fixes * 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). + * Better detection of escaped single quotes (issue13, reported by + Martin Brochhaus, patch by bluemaro with test case by Dan Carley). Release 0.1.1 (May 6, 2009) |
