Skip to content

v0.2.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@eeeebbbbrrrr eeeebbbbrrrr released this 27 Oct 18:32
· 694 commits to master since this release

This is pgx v0.2.0-beta.3. It fixes a few issues reported during beta2.

Fixed Issues

  • #268: #[pg_extern] functions with lifetimes no longer cause compiler errors
  • #262: Add a --no-schema flag to cargo pgx run/test/install which avoids generating the schema again. This can help speed up the development cycle if you haven't made any code changes that would affect the SQL schema