- 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