diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2011-07-25 17:02:40 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2011-07-25 17:02:40 +0200 |
| commit | c078f16a40a832df5c0dcb58c982d6941dbe879f (patch) | |
| tree | 953abe99ce71c41944f26bb357b46d9c69a2c3b1 | |
| parent | f7588d5390eaa9fc36b199a5df54fc2c645db3a4 (diff) | |
| download | sqlparse-c078f16a40a832df5c0dcb58c982d6941dbe879f.tar.gz | |
Add reference to issue29.
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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). |
