Skip to content

Releases: elixir-sqlite/exqlite

v0.29.0

21 Jan 00:10
ca2938f
Compare
Choose a tag to compare
  • changed: Removed Exqlite.bind/3, please use bind/2 instead.
  • changed: Improved multi-threaded access to underlying sqlite resource.
  • changed: Document issue with calling close/1 immediately after calling interrupt/1. If you encounter the issue where the entire BEAM crashes, put a short sleep between the call to interrupt/1 and close/1.

Full Changelog: v0.28.0...v0.29.0

v0.28.0

19 Jan 19:09
f43d6e9
Compare
Choose a tag to compare

What's Changed

  • The module_str parameter of open_resource_type has to be NULL by @filmor in #312

New Contributors

Full Changelog: v0.27.2...v0.28.0

v0.27.2

09 Dec 13:54
4d77a8b
Compare
Choose a tag to compare

Full Changelog: v0.27.1...v0.27.2

v0.27.1

26 Nov 04:15
ce2a9bb
Compare
Choose a tag to compare

Full Changelog: v0.27.0...v0.27.1

v0.27.0

04 Nov 01:35
953691e
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @egze made their first contribution in #308

Full Changelog: v0.26.0...v0.27.0

v0.26.0

23 Oct 03:04
5b5358d
Compare
Choose a tag to compare

What's Changed

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

v0.25.0

08 Oct 14:18
6edec07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.2...v0.25.0

v0.24.2

19 Sep 15:36
173b494
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.1...v0.24.2

v0.24.1

14 Sep 17:51
a61b8f7
Compare
Choose a tag to compare

Fixes precompile issues for Mac and Windows.

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

v0.24.0

13 Sep 03:05
db8216a
Compare
Choose a tag to compare

What's Changed

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