summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2014-03-18 20:01:17 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2014-03-18 20:01:17 +0100
commit5d69341822ca11f7b2cbe90101cddc316498b2c8 (patch)
tree16ac4374a05da77e592cb83ca7b8b1828dec34a7 /CHANGES
parentfb56a27601b7e628f2c3a415fb260ddefcb0f88d (diff)
downloadsqlparse-5d69341822ca11f7b2cbe90101cddc316498b2c8.tar.gz
Improve parsing of identifier lists containing placeholders.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1185f3a..85adb4a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,9 @@ Bug Fixes
* Fix handling of NULL keywords in aliased identifiers.
* Fix SerializerUnicode to split unquoted newlines (issue131, by Michael Schuller).
+Enhancements
+* Improve parsing of identifier lists containing placeholders.
+
Release 0.1.11 (Feb 07, 2014)
-----------------------------