diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2011-07-25 18:24:02 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2011-07-25 18:24:02 +0200 |
| commit | 0ec64528c5fb1efb71122985eab9c7137a80603d (patch) | |
| tree | dbd4330ac149c12cb7dba54b0ad3fa54f108facd /CHANGES | |
| parent | c078f16a40a832df5c0dcb58c982d6941dbe879f (diff) | |
| download | sqlparse-0ec64528c5fb1efb71122985eab9c7137a80603d.tar.gz | |
Detection of placeholders in paramterized queries (fixes issue22).
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ Bug Fixes (issue36, nyuhu...@gmail.com). * Don't treat single characters as keywords (issue32). * Improve parsing of stand-alone comments (issue26). + * Detection of placeholders in paramterized queries (issue22, + reported by Glyph Lefkowitz). Release 0.1.2 (Nov 23, 2010) |
