Releases: elixir-sqlite/exqlite
Releases · elixir-sqlite/exqlite
v0.8.3
Changed
- Compilation output to be less verbose. If more verbosity is desired
V=1 mix compile
will remedy that. #181
- When the path to the database does not exist,
mkdir_p
is invoked. #180
v0.8.1
Fixed
- Fixed unicode handling when executing sql statements. #179
v0.7.1
Fixed
- Fix segfault on double closing an sqlite connection. #162
v0.7.0
Added
- Added
Exqlite.Basic
for a simplified interface to utilizing sqlite3. #160
- Addded ability to load sqlite extension. #160
v0.5.6
Fixed
- Fix SQLite3 amalgamation in 0.5.5 being incorrectly downgraded to 3.34.1. Amalgamation is now correctly 3.35.3.
v0.5.5
Changed
- Bump SQLite3 amalgamation to version 3.35.3