diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2020-09-30 07:26:40 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2020-09-30 07:26:40 +0200 |
| commit | 3e8076dbe225f84592ba2e3029b06cb438c05acd (patch) | |
| tree | cbd0359a7c2408a346e41211732893b3d0d1af9a | |
| parent | a887b6d44a69e8a40a325a44635a229c50e3b3bf (diff) | |
| download | sqlparse-3e8076dbe225f84592ba2e3029b06cb438c05acd.tar.gz | |
Update changelog and authors.
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | CHANGELOG | 6 |
2 files changed, 6 insertions, 1 deletions
@@ -65,5 +65,6 @@ Alphabetical list of contributors: * Ville Skyttä <ville.skytta@iki.fi> * vthriller <farreva232@yandex.ru> * wayne.wuw <wayne.wuw@alibaba-inc.com> +* Will Jones <willjones127@gmail.com> * William Ivanski <william.ivanski@gmail.com> * Yago Riveiro <yago.riveiro@gmail.com> @@ -11,11 +11,15 @@ Notable Changes now doesn't return an empty string as the last element in some cases (issue496). +Enhancements + +* Add WINDOW keyword (pr579 by ali-tny). +* Add RLIKE keyword (pr582 by wjones1). + Bug Fixes * Improved parsing of IN(...) statements (issue566, pr567 by hurcy). * Preserve line breaks when removing comments (issue484). -* Improve parsing of WINDOW keyword (pr579 by ali-tny). Release 0.3.1 (Feb 29, 2020) |
