Releases: elixir-sqlite/exqlite
Releases · elixir-sqlite/exqlite
v0.11.7
- fixed: Segfault issue when database connections would time out. #218
v0.11.6
- changed: Updated sqlite3 to 3.39.4
v0.11.5
- changed: Updated sqlite3 to 3.39.3
v0.11.4
- changed: Use
sqlite3_open_v2
. #211
- changed: Expose
:mode
. #212
- changed: Removed old macro hack for erlang nifs. #213
v0.11.3
- changed: Updated sqlite3 to 3.39.2
v0.11.2
- changed: Fix incorrect ordering due to
Enum.reverse/1
. #205
v0.10.1
Fixed
- Fixed path to Visual Studio 2022 vcvars64.bat #194
v0.10.0
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
Fixed
- Fix
SIGSEGV
issue when a long running query is timed out. #191
v0.9.2
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