summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2011-07-25 18:24:02 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2011-07-25 18:24:02 +0200
commit0ec64528c5fb1efb71122985eab9c7137a80603d (patch)
treedbd4330ac149c12cb7dba54b0ad3fa54f108facd /CHANGES
parentc078f16a40a832df5c0dcb58c982d6941dbe879f (diff)
downloadsqlparse-0ec64528c5fb1efb71122985eab9c7137a80603d.tar.gz
Detection of placeholders in paramterized queries (fixes issue22).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b768a5a..203d98c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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)