Releases: kyrias/sqlx-conditional-queries
Releases · kyrias/sqlx-conditional-queries
0.3.0
Full Changelog: 0.2.1...0.3.0
[0.3.0] - 2025-01-07
Fixed
- Fix queries only containing run-time bound parameters. (#20, #22)
Changed
- Upgrade all dependencies. (#23)
- Made
sqlx-conditional-queries-core
take database type at run-time. (#21)
0.2.1
Full Changelog: 0.1.4...0.2.1
[0.2.1] - 2024-08-19
Fixed
- Internal dependency versions weren't updated in 0.2.0.
[0.2.0] - 2024-08-19
Changed
- Upgrade all dependencies. (#19)
0.1.4
Deprecated
- Deprecated
fetch_many
method since it was deprecated in sqlx
0.7.4. (#17)
0.1.3
Changed
- Drop patch version bound of internal crates.
- Switch from using type ascription synatx to using
as
for type overrides. (#12, #13)
0.1.2
0.1.2 - 2023-02-16
Fixed
- Fixed bug introduced when removing brace escaping support that lead to out-of-bound panics when two bound parameter references were too far apart. (#4)
0.1.1
(Almost) initial release!
(The 0.1.0 tag was missing the crate descriptions, making it impossible to publish it.)
Full Changelog: 0.1.0...0.1.1