Skip to content

Releases: litestar-org/sqlspec

v0.25.0

15 Sep 15:36

Choose a tag to compare

What's Changed

  • feat: remove private variable usage and improve public API by @cofin in #76
  • fix: correctly handle duplicate usage of the same bind parameter by @cofin in #77
  • feat: support numpy decoder by @cofin in #78

Full Changelog: v0.24.1...v0.25.0

v0.24.1

11 Sep 17:13

Choose a tag to compare

What's Changed

  • fix: correctly detect RETURNING clauses by @cofin in #75

Full Changelog: v0.24.0...v0.24.1

v0.24.0

04 Sep 17:47

Choose a tag to compare

What's Changed

  • feat: correctly merge parameter names & adds or builder support by @cofin in #73
  • feat: refactor builder code to reduce duplication by @cofin in #74

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

v0.23.0

03 Sep 15:54

Choose a tag to compare

What's Changed

  • feat: add support for lateral joins in the builder by @cofin in #72

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

v0.22.0

30 Aug 19:26
81bd325

Choose a tag to compare

What's Changed

  • fix: get_next in sync tools properly raises StopIteration by @cofin in #70
  • feat: update storage backend and add tests by @cofin in #71

Full Changelog: v0.21.1...v0.22.0

v0.21.1

27 Aug 17:37

Choose a tag to compare

What's Changed

  • fix: to_schema detect msgspec rename configurations by @cofin in #69

Full Changelog: v0.21.0...v0.21.1

v0.21.0

25 Aug 23:06

Choose a tag to compare

What's Changed

  • chore: readme update by @cofin in #66
  • feat(litestar): add methods to get active request session by @cofin in #68

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

v0.20.0

22 Aug 20:51

Choose a tag to compare

What's Changed

  • fix: null parameter handling by @cofin in #64
  • feat: implements a fixture writer utility by @cofin in #65

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

v0.19.0

20 Aug 21:23
10157c9

Choose a tag to compare

What's Changed

  • fix(cli): correctly handle and detect multi-configs by @cofin in #63

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

v0.18.0

19 Aug 00:34
ca8b2c7

Choose a tag to compare

What's Changed

  • fix(migrations): various migration bugfixes and increased test coverage by @cofin in #57
  • chore: sqlspec.driver cleanup by @cofin in #58
  • fix: cleanup tests and core by @cofin in #59
  • fix: updated migration adapter discovery by @cofin in #60
  • fix: init consistency by @cofin in #61
  • fix: adapter cleanup by @cofin in #62

Full Changelog: v0.17.1...v0.18.0