Skip to content

Releases: mathematic-inc/sqlc-gen-sqlx

v0.2.2

Choose a tag to compare

@jrandolf jrandolf released this 01 Jul 22:17
14f6446

0.2.2 (2026-07-01)

Features

  • Export generated SQL constants (597babb)

v0.2.1

Choose a tag to compare

@jrandolf jrandolf released this 18 May 09:18
53aa20e

0.2.1 (2026-05-18)

Features

  • Support borrowed parameter types via borrowed_rs_type override (#19) (6ce89a3)

v0.2.0

Choose a tag to compare

@jrandolf jrandolf released this 09 May 12:09
ba82e4e

0.2.0 (2026-05-09)

⚠ BREAKING CHANGES

  • callers using Queries::new(executor).foo(...) must switch to queries::foo(executor, ...).

Features

  • Emit free functions instead of Queries<E> methods (#17) (cd79857)

v0.1.7

Choose a tag to compare

@jrandolf jrandolf released this 22 Apr 12:26
39925ea

0.1.7 (2026-04-22)

Bug Fixes

  • Omit trailing next_placeholder increment after last param (#15) (6bb1b7e)

v0.1.6

Choose a tag to compare

@jrandolf jrandolf released this 19 Apr 12:34
89f9204

0.1.6 (2026-04-19)

Bug Fixes

  • Emit rustfmt-compliant #![allow] header (#13) (04acf9a)

v0.1.5

Choose a tag to compare

@jrandolf jrandolf released this 14 Apr 01:42
648580c

0.1.5 (2026-04-14)

Features

  • Derive Copy and Clone on Queries (#11) (c33d55f)

v0.1.4

Choose a tag to compare

@jrandolf jrandolf released this 13 Apr 20:00
77aadf1

0.1.4 (2026-04-13)

Features

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 13 Apr 11:19
4c2627b

What's Changed

  • refactor: simplify AsExecutor with return-position impl Trait by @jrandolf in #8
  • chore(main): release 0.1.3 by @jrandolf in #9

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@jrandolf jrandolf released this 13 Apr 10:32
4e02096

0.1.2 (2026-04-13)

Features

v0.1.1

Choose a tag to compare

@jrandolf jrandolf released this 13 Apr 10:07
0c993b0

0.1.1 (2026-04-13)

Features

  • Support PoolConnection via AsExecutor trait (#4) (0db4bde)