Releases: elixir-sqlite/exqlite
Releases · elixir-sqlite/exqlite
v0.13.4
24 Feb 17:18
Compare
Sorry, something went wrong.
No results found
v0.13.3
20 Feb 02:29
Compare
Sorry, something went wrong.
No results found
v0.13.2
27 Jan 01:55
Compare
Sorry, something went wrong.
No results found
v0.13.1
26 Jan 16:41
Compare
Sorry, something went wrong.
No results found
v0.13.0
12 Jan 03:39
Compare
Sorry, something went wrong.
No results found
What's Changed
Removed support for Elixir 1.11
Improve README for Windows users by @voltagex in #228
Allow setting custom pragmas by @adri in #229
New Contributors
Full Changelog : v0.12.0...v0.13.0
v0.12.0
07 Dec 14:14
Compare
Sorry, something went wrong.
No results found
What's Changed
changed: Use multi_step for Repo.stream calls. #223
added: Ability to use URI for a database path. See sqlite docs . Example: file:/tmp/database.db?mode=ro. #225
New Contributors
Full Changelog : v0.11.9...v0.12.0
v0.11.9
01 Dec 16:07
Compare
Sorry, something went wrong.
No results found
fixed: step/2 typespec was specified incorrectly. #224
v0.11.8
01 Dec 16:08
Compare
Sorry, something went wrong.
No results found
changed: Updated sqlite3 to 3.40.0
v0.11.7
01 Dec 16:08
Compare
Sorry, something went wrong.
No results found
fixed: Segfault issue when database connections would time out. #218
v0.11.6
01 Dec 16:09
Compare
Sorry, something went wrong.
No results found
changed: Updated sqlite3 to 3.39.4