diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2019-03-10 09:06:55 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2019-03-10 09:06:55 +0100 |
| commit | fcbccb849b56f29fb7f3ddb958d3e10279f8d939 (patch) | |
| tree | 1f8bb3b1fe7b068b9e8c2f9d87735be7bfcb5f32 | |
| parent | c9a490abf869eddf5b88de57c17d7a6c6c643ed8 (diff) | |
| download | sqlparse-fcbccb849b56f29fb7f3ddb958d3e10279f8d939.tar.gz | |
Update changelog.
| -rw-r--r-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -12,6 +12,7 @@ Enhancements * Add UPSERT keyword (issue408). * Strip multiple whitespace within parentheses (issue473, by john-bodley). * Support double slash (//) comments (issue456, by theianrobertson). +* Support for Calcite temporal keywords (pr468, by john-bodley). Bug Fixes @@ -27,6 +28,11 @@ Bug Fixes * Fix formatting on INSERT which caused staircase effect on values (issue329, by fredyw). +Internal Changes + +* Unify handling of GROUP BY/ORDER BY (pr457, by john-bodley). +* Remove unnecessary compat shim for bytes (pr453, by jdufresne). + Release 0.2.4 (Sep 27, 2017) ---------------------------- |
