github pgcentralfoundation/pgrx v0.9.7

latest releases: v0.12.4, v0.12.3, v0.12.2...
15 months ago

This is pgrx v0.9.7. It fixes an important bug when working with arrays that have leading NULL elements. Such arrays could lead to spurious Postgres errors or even crashes when iterating.

Please upgrade your pgrx projects as soon as you can, making sure to update your crate dependencies and to cargo install cargo-pgrx --locked.

What's Changed

PR #1180 - Arrays with leading NULL values are now properly advanced during iteration.

Thanks!

Big thanks to @workingjubilee for some late-night debugging!

Full Changelog: v0.9.6...v0.9.7

Don't miss a new pgrx release

NewReleases is sending notifications on new releases.