Skip to content

Releases: elixir-sqlite/exqlite

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

v0.9.1

24 Feb 15:19
Compare
Choose a tag to compare

Added

  • Documentation about compiling with system install sqlite3.

Fixed

  • Debug output during mix compile process.

v0.8.7

24 Feb 15:20
Compare
Choose a tag to compare

Added

  • Ability to compile exqlite using the system sqlite3 installation as opposed to building from source. #186

v0.8.6

24 Feb 15:20
Compare
Choose a tag to compare

Changed

  • Compile SQLite3 with -DHAVE_USLEEP=1 to allow for more performant concurrent use.

v0.8.5

24 Feb 15:20
Compare
Choose a tag to compare

Changed

v0.8.4

24 Feb 15:21
Compare
Choose a tag to compare

Fixed

  • Improved typespecs. #177

v0.8.3

07 Dec 19:02
Compare
Choose a tag to compare

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