pgx
v0.2.5 fixes an issue where Spi::get_one_with_args()
would cause Postgres to segfault if one of the query arguments is NULL (None
). It also improves our Nix support.
Thanks
Thanks to @bbigras for finding the SPI issue and also for the Nix support improvements!
What's Changed
- nix template: hoverbear -> zombodb by @bbigras in #296
- nix: use the registry by @bbigras in #301
- nix template: bump pgx by @bbigras in #302
- nix template: nmattia -> nix-community by @bbigras in #298
- fix crashes with NULL Datums in
SPI::get_one_with_args()
-> b2820a1
New Contributors
Full Changelog: v0.2.4...v0.2.5