summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2009-05-03 21:32:27 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2009-05-03 21:32:27 +0200
commit5ee6aed6aef8f8ffeeef67e3909bf8a72e9213b8 (patch)
tree27d8f5ac36ed9300407ba7bbeaf433abdf7617ed /CHANGES
parent118d6bb96a03003460d2cea1af74f2b362458037 (diff)
downloadsqlparse-5ee6aed6aef8f8ffeeef67e3909bf8a72e9213b8.tar.gz
Improved parsing of identifier lists (targets issue2).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 514f9b3..c7c46ec 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,7 @@ In Development
* Lexers preserves original line breaks (issue1).
* Improved identifier parsing: backtick quotes, wildcards, T-SQL variables
prefixed with @.
+ * Improved parsing of identifier lists (issue2).
* Recursive recognition of AS (issue4) and CASE.