v0.9.6
This is an "out of band" patch release for a v0.9.6, based directly off v0.9.5. This release fixes a bug with Datum
to Date
conversions. Unfortunately, this bug essentially manifests itself as a Y2K bug where dates prior to 2000-01-01, when used in an Array<Date>
fail to convert.
When updating, please make sure to cargo install cargo-pgrx --locked
and update your crate dependencies to v0.9.6.
What's Changed
- PR #1177: Cast Date Datums to
pg_sys::DateADT
(i32
) instead ofisize
Full Changelog: v0.9.5...v0.9.6