Skip to content

Releases: kyrias/sqlx-conditional-queries

0.3.2

03 Feb 21:47
0.3.2
Compare
Choose a tag to compare

What's Changed

  • Catch compile-time binding duplicates and cycles by @kyrias in #26

Full Changelog: 0.3.1...0.3.2

0.3.1

09 Jan 14:03
0.3.1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

07 Jan 18:43
0.3.0
Compare
Choose a tag to compare

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

19 Aug 17:13
0.2.1
Compare
Choose a tag to compare

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

27 Mar 12:37
0.1.4
fc9eb1a
Compare
Choose a tag to compare

Deprecated

  • Deprecated fetch_many method since it was deprecated in sqlx 0.7.4. (#17)

0.1.3

12 Jul 13:10
0.1.3
5a95257
Compare
Choose a tag to compare

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

16 Feb 13:21
0.1.2
edee7f5
Compare
Choose a tag to compare

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

15 Feb 13:20
0.1.1
8ed5e11
Compare
Choose a tag to compare

(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