Releases: elixir-sqlite/exqlite
Releases · elixir-sqlite/exqlite
v0.11.5
01 Dec 16:09
Compare
Sorry, something went wrong.
No results found
changed: Updated sqlite3 to 3.39.3
v0.11.4
01 Dec 16:10
Compare
Sorry, something went wrong.
No results found
changed: Use sqlite3_open_v2. #211
changed: Expose :mode. #212
changed: Removed old macro hack for erlang nifs. #213
v0.11.3
01 Dec 16:10
Compare
Sorry, something went wrong.
No results found
changed: Updated sqlite3 to 3.39.2
v0.11.2
01 Dec 16:11
Compare
Sorry, something went wrong.
No results found
changed: Fix incorrect ordering due to Enum.reverse/1. #205
v0.10.1
01 Mar 22:18
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed path to Visual Studio 2022 vcvars64.bat #194
v0.10.0
24 Feb 15:18
Compare
Sorry, something went wrong.
No results found
Added
Custom memory allocator for sqlite to leverage erlang's enif_alloc functionality. This allows the memory usage to be tracked with the erlang vm usage stats. #193
v0.9.3
24 Feb 15:18
Compare
Sorry, something went wrong.
No results found
Fixed
Fix SIGSEGV issue when a long running query is timed out. #191
v0.9.2
24 Feb 15:19
Compare
Sorry, something went wrong.
No results found
Added
Ability to set :journal_size_limit in bytes. #189
Ability to set :soft_heap_limit in bytes. #189
Ability to set :hard_heap_limit in bytes. #189
v0.9.1
24 Feb 15:19
Compare
Sorry, something went wrong.
No results found
Added
Documentation about compiling with system install sqlite3.
Fixed
Debug output during mix compile process.
v0.8.7
24 Feb 15:20
Compare
Sorry, something went wrong.
No results found
Added
Ability to compile exqlite using the system sqlite3 installation as opposed to building from source. #186