Fixed
- Fix an issue where
diesel migration generate --diff-schema
incorrectly uses the primary key of table B as the referenced column rather than the primary key of table A when B has a foreign key pointing to table A. - Bump maximal supported libsqlite3-sys version to 0.32.0 and add explicit feature entries for the
uuid
andserde_json
feature. - Fixed an issue where diesel generated unnamed prepared statements would fail with an
unanmed prepared statement not found
error with pgbouncer. - Fix an issue with converting
ipnet::Ipnet
values with an subnet to SQL values
You can support the development of diesel by contributions or by sponsoring the project on Github
Full Changelog: v2.2.8...v2.2.9