diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2019-05-01 11:55:31 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2019-05-01 11:55:31 +0200 |
| commit | 93262c895b955ff50a1bc13536de3024d3eede50 (patch) | |
| tree | 98a121b71942a0be9fd556f0d242018ae12d15f9 /CHANGELOG | |
| parent | 913b56e34edc7e3025feea4744dbd762774805c3 (diff) | |
| download | sqlparse-93262c895b955ff50a1bc13536de3024d3eede50.tar.gz | |
Identitfy NULLS FIRST/LAST as keywords (fixes #487).
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ Bug Fixes * Fix splitting of SQL with multiple statements inside parentheses (issue485, pr486 by win39). +* Correctly identify NULLS FIRST / NULLS LAST as keywords (issue487). Release 0.3.0 (Mar 11, 2019) |
