summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2016-10-01 14:07:52 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2016-10-01 14:07:52 +0200
commitf0754a6b6540e37c8aa270975194101024d4b2f8 (patch)
tree3464acf94cef7178d766ed66f8ed79593042a199 /CHANGELOG
parent08862d24091faa2bfe80972df142e12575b7790c (diff)
downloadsqlparse-f0754a6b6540e37c8aa270975194101024d4b2f8.tar.gz
Handle operator grouping after identifying typecasts (fixes #297).
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a3a223b..c243101 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,7 @@ Bug Fixes
* Fix parsing of incomplete AS (issue284, by vmuriart).
* Fix parsing of Oracle names containing dollars (issue291).
* Fix parsing of UNION ALL (issue294).
+* Fix grouping of identifiers containing typecasts (issue297).
Internal Changes