summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2011-07-25 17:02:40 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2011-07-25 17:02:40 +0200
commitc078f16a40a832df5c0dcb58c982d6941dbe879f (patch)
tree953abe99ce71c41944f26bb357b46d9c69a2c3b1
parentf7588d5390eaa9fc36b199a5df54fc2c645db3a4 (diff)
downloadsqlparse-c078f16a40a832df5c0dcb58c982d6941dbe879f.tar.gz
Add reference to issue29.
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index bd9cbd5..b768a5a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,8 +8,8 @@ Bug Fixes
* Avoid parsing names as keywords (issue39, reported by djo...@taket.org).
* Make sure identifier lists in subselects are grouped (issue40,
reported by djo...@taket.org).
- * Split statements with IF as functions correctly (issue33, reported
- by charles....@unige.ch).
+ * Split statements with IF as functions correctly (issue33 and
+ issue29, reported by charles....@unige.ch).
* Relax detection of keywords, esp. when used as function names
(issue36, nyuhu...@gmail.com).
* Don't treat single characters as keywords (issue32).