All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Catch duplicate compile-time bindings and cyclical compile-time binding references. (#26)
0.3.1 - 2025-01-09
- Switch from
proc-macro-error
toproc-macro-error2
. (#24)
0.3.0 - 2025-01-07
- Upgrade all dependencies. (#23)
- Made
sqlx-conditional-queries-core
take database type at run-time. (#21)
0.2.1 - 2024-08-19
- Internal dependency versions weren't updated in 0.2.0.
0.2.0 - 2024-08-19
- Upgrade all dependencies. (#19)
- Deprecated
fetch_many
method since it was deprecated insqlx
0.7.4. (#17)
0.1.3 - 2023-07-12
- Drop patch version bound of internal crates.
- Switch from using type ascription synatx to using
as
for type overrides. (#12, #13)
0.1.2 - 2023-02-16
- 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)