summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2014-01-10 17:45:51 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2014-01-10 17:45:51 +0100
commit25dabec661637ca5cab1a9047a76bee05cfa653f (patch)
tree081a2419511b53ad15c0eeb41366bb85807123b6 /CHANGES
parent524a1e59d1c700337bcbd9ac198db3680c7d5829 (diff)
downloadsqlparse-25dabec661637ca5cab1a9047a76bee05cfa653f.tar.gz
Improve parsing of string literals in columns.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2331373..640ed45 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,7 @@ Development
Bug Fixes
* Fix incorrect parsing of string literals containing line breaks (issue118).
* Fix typo in keywords, add MERGE keywords (issue122, by Cristian Orellana).
+* Improve parsing of string literals in columns.
Enhancements
* Classify DML keywords (issue116, by Victor Hahn).