Skip to content

v0.9.6

Compare
Choose a tag to compare
@eeeebbbbrrrr eeeebbbbrrrr released this 20 Jun 23:44
· 43 commits to master since this release
6219d06

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 of isize

Full Changelog: v0.9.5...v0.9.6