Releases: elixir-sqlite/exqlite
Releases · elixir-sqlite/exqlite
v0.34.0
What's Changed
- docs: update VSCode terminal configuration for Windows users by @GES233 in #339
- Do not force journal mode unless specified by @rhcarvalho in #341
New Contributors
- @GES233 made their first contribution in #339
- @rhcarvalho made their first contribution in #341
Full Changelog: v0.33.1...v0.34.0
v0.33.1
v0.33.0
Full Changelog: v0.32.1...v0.33.0
v0.32.1
v0.32.0
What's Changed
- Add Exqlite.TypeExtensions to allow more types to be stored in the database by @aseigo in #333
- add named params by @ruslandoga in #332
New Contributors
Full Changelog: v0.31.0...v0.32.0
v0.31.0
What's Changed
Full Changelog: v0.30.1...v0.31.0
v0.30.1
Full Changelog: v0.30.0...v0.30.1
v0.30.0
v0.29.0
- changed: Removed
Exqlite.bind/3, please usebind/2instead. - changed: Improved multi-threaded access to underlying sqlite resource.
- changed: Document issue with calling
close/1immediately after callinginterrupt/1. If you encounter the issue where the entire BEAM crashes, put a short sleep between the call tointerrupt/1andclose/1.
Full Changelog: v0.28.0...v0.29.0