Skip to content

v0.3.3

Compare
Choose a tag to compare
@Hoverbear Hoverbear released this 17 Feb 19:40
· 590 commits to master since this release
51f6046

Upgrading

Please make sure to run cargo install cargo-pgx and update all the pgx extension Cargo.toml's pgx* versions to 0.3.3.

What's Changed

  • Resolved the use of a deprecated item in Clap. (#444)
  • Fix: The @FUNCTION_NAME@ string fragments inside #[pg_extern(sql = "...@FUNCTION_NAME@...")] (from #410) would not get replaced by the generated wrapper name, as they used to in pgxsql doc comments. (#443)