Skip to content

v0.9.0

Choose a tag to compare

@bitfl0wer bitfl0wer released this 16 Feb 16:27
· 7 commits to main since this release
02b5172

Release v0.9.0 features updated dependencies, a looser dependency requirement for sqlx (^0.8) and a bug fix in the sqlx-pg-uint-macros crate. In that crate, sqlx macro implementations were refactored to use the Universal Function Call Syntax (UFCS) to avoid any and all ambiguity for the Rust compiler. Previously, scenarios happened which had Rust complaining about not knowing whether to use the Encode trait impl for Postgres, MySql or Sqlite. This has now been fixed.