Releases: elixir-sqlite/exqlite
Releases · elixir-sqlite/exqlite
v0.29.0
- changed: Removed
Exqlite.bind/3
, please usebind/2
instead. - changed: Improved multi-threaded access to underlying sqlite resource.
- changed: Document issue with calling
close/1
immediately after callinginterrupt/1
. If you encounter the issue where the entire BEAM crashes, put a short sleep between the call tointerrupt/1
andclose/1
.
Full Changelog: v0.28.0...v0.29.0
v0.28.0
v0.27.2
Full Changelog: v0.27.1...v0.27.2
v0.27.1
Full Changelog: v0.27.0...v0.27.1
v0.27.0
What's Changed
- Reset stmt when done by @ruslandoga in #305
- introduce default_transaction_mode option by @egze in #308
New Contributors
Full Changelog: v0.26.0...v0.27.0
v0.26.0
What's Changed
- Add individual binds by @ruslandoga in #298
- Pre-define atoms by @ruslandoga in #299
- precompile support for
armv7l-linux-gnueabihf
by @cocoa-xu in #302 - only compile and upload current target by @cocoa-xu in #303
- Upgrade sqlite to v3.47.0 by @warmwaffles in #307
Full Changelog: v0.25.0...v0.26.0
v0.25.0
What's Changed
- Make
bind
raise an exception when value fails to bind by @warmwaffles in #297
Full Changelog: v0.24.2...v0.25.0
v0.24.2
What's Changed
- Attempt to stop windows flappy CI tests by @warmwaffles in #294
Full Changelog: v0.24.1...v0.24.2
v0.24.1
Fixes precompile issues for Mac and Windows.
Full Changelog: v0.24.0...v0.24.1
v0.24.0
What's Changed
- Update tool versions and ci by @warmwaffles in #288
- Accept a String or charstring for database open by @warmwaffles in #290
- Make tests synchronous by @warmwaffles in #292
- Stop converting strings
to_charlist
by @warmwaffles in #291
Full Changelog: v0.23.0...v0.24.0