diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2016-10-01 14:07:52 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2016-10-01 14:07:52 +0200 |
| commit | f0754a6b6540e37c8aa270975194101024d4b2f8 (patch) | |
| tree | 3464acf94cef7178d766ed66f8ed79593042a199 /CHANGELOG | |
| parent | 08862d24091faa2bfe80972df142e12575b7790c (diff) | |
| download | sqlparse-f0754a6b6540e37c8aa270975194101024d4b2f8.tar.gz | |
Handle operator grouping after identifying typecasts (fixes #297).
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
