Skip to content

Releases: elixir-sqlite/exqlite

v0.11.7

01 Dec 16:08
d0a01b4
Compare
Choose a tag to compare
  • fixed: Segfault issue when database connections would time out. #218

v0.11.6

01 Dec 16:09
d4d8fd2
Compare
Choose a tag to compare
  • changed: Updated sqlite3 to 3.39.4

v0.11.5

01 Dec 16:09
85f7fb6
Compare
Choose a tag to compare
  • changed: Updated sqlite3 to 3.39.3

v0.11.4

01 Dec 16:10
2c9fa05
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • changed: Updated sqlite3 to 3.39.2

v0.11.2

01 Dec 16:11
Compare
Choose a tag to compare
  • changed: Fix incorrect ordering due to Enum.reverse/1. #205

v0.10.1

01 Mar 22:18
Compare
Choose a tag to compare

Fixed

  • Fixed path to Visual Studio 2022 vcvars64.bat #194

v0.10.0

24 Feb 15:18
Compare
Choose a tag to compare

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
Choose a tag to compare

Fixed

  • Fix SIGSEGV issue when a long running query is timed out. #191

v0.9.2

24 Feb 15:19
Compare
Choose a tag to compare

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