CHANGELOG.md
June 10, 2021 ยท View on GitHub
2.2.1 (2021-06-10)
- Marked some functions as
NO SQLinstead ofDETERMINISTICfor MySQL
2.2.0 (2021-06-10)
- Marked functions as
DETERMINISTICfor MySQL
2.1.0 (2020-02-20)
- Fixed bug with
gd_day,gd_week,gd_month, andgd_yearreturning the wrong date for positive UTC offsets in MySQL - Added
gd_quarter
2.0.2 (2019-10-28)
- Added
gd_day_of_year
2.0.1 (2019-08-30)
- Added
gd_day_of_monthandgd_month_of_year
2.0.0 (2018-07-08)
- Added
gd_periodfunction - Added support for week start
- Added support for dates and default time zone in PostgreSQL
Breaking
gd_day,gd_week,gd_month, andgd_yearfunctions now return dates instead of times- Removed
gd_week_mon
1.0.0 (2013-05-21)
- First release