diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2022-08-16 15:53:07 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2022-08-16 15:53:07 +0200 |
| commit | 507d3cf75737ddbf3553e82f73d00a1fd6303fb0 (patch) | |
| tree | cc2ef5e4582809eb455013a6adf0f1151b597088 /CHANGELOG | |
| parent | 3d3df9dcfb68dc3680daa81ac0f747bb3703ad57 (diff) | |
| download | sqlparse-507d3cf75737ddbf3553e82f73d00a1fd6303fb0.tar.gz | |
Update authors and changelog.
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,6 +1,18 @@ Development Version ------------------- +Enhancements + +* Add support for DIV operator (pr664, by chezou). +* Add support for additional SPARK keywords (pr643, by mrmasterplan). +* Avoid tokens copy (pr622, by living180). +* Add REGEXP as a comparision (pr647, by PeterSandwich). + +Bug Fixes + +* Fix spelling of INDICATOR keyword (pr653, by ptld). +* Fix formatting error in EXTRACT function (issue562, pr676, by ecederstrand). + Other * Update github actions to test on Python 3.10 as well (pr661, by cclaus). |
