Skip to content

Releases: JasonShin/sqlx-ts

Release v0.26.0

18 Aug 10:08

Choose a tag to compare

What's Changed

  • Translate queries with a default table such as SELECT 1 as test by @JasonShin in #216
  • chore(postinstall): change function call to use sh instead of bash by @Leo5878 in #217

Full Changelog: v0.25.0...v0.26.0

Release v0.25.0

27 Jul 01:37

Choose a tag to compare

What's Changed

  • fix: support advanced insert statements with SELECT, QUERY, SET_OPERATION, INSERT, UPDATE, TABLE by @JasonShin in #212

Full Changelog: v0.24.0...v0.25.0

Release v0.24.0

14 Jul 11:53

Choose a tag to compare

What's Changed

Full Changelog: v0.23.0...v0.24.0

Release v0.23.0

15 Jun 03:20

Choose a tag to compare

What's Changed

  • Clean up semicolons after interface blocks by @Leo5878 in #209

Full Changelog: v0.22.0...v0.23.0

Release v0.22.0

14 Jun 13:30

Choose a tag to compare

What's Changed

Full Changelog: v0.21.0...v0.22.0

Release v0.21.0

19 Mar 09:20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20.0...v0.21.0

Release v0.20.0

16 Feb 03:55

Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.20.0

Release v0.19.0

07 Jan 09:35

Choose a tag to compare

What's Changed

  • Fix bugs when handling nullability for INSERT statements
  • When there's JOIN statement, previously it always looked at the default table. Now it's fixed to properly look for JOINed tables as well
  • Better demo database

Full Changelog: v0.18.0...v0.19.0

Release v0.18.0

31 Dec 07:29

Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.18.0

Release v0.17.0

05 Sep 12:08

Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.17.0