diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2014-01-28 15:16:12 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2014-01-28 15:16:12 +0100 |
| commit | d74ea26ec3a7f189ec00f6b949fd95082ba5b204 (patch) | |
| tree | 3253f7718a98a230f6d6a715150f9a46e3e80d31 /CHANGES | |
| parent | ff6371f67540c03e7400ffa7a5a6bd8b48c0e2d6 (diff) | |
| download | sqlparse-d74ea26ec3a7f189ec00f6b949fd95082ba5b204.tar.gz | |
Fix parsing and formatting of statements containing EXCEPT keyword.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ Bug Fixes * Fix incorrect parsing of string literals containing line breaks (issue118). * Fix typo in keywords, add MERGE, COLLECT keywords (issue122/124, by Cristian Orellana). * Improve parsing of string literals in columns. +* Fix parsing and formatting of statements containing EXCEPT keyword. Enhancements * Classify DML keywords (issue116, by Victor Hahn). |
