Skip to content

Releases: elixir-sqlite/exqlite

v0.13.3

20 Feb 02:29
97f3d5d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.2...v0.13.3

v0.13.2

27 Jan 01:55
6a6bae0
Compare
Choose a tag to compare

Full Changelog: v0.13.1...v0.13.2

v0.13.1

26 Jan 16:41
6019821
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

12 Jan 03:39
d48b6ec
Compare
Choose a tag to compare

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

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
5803888
Compare
Choose a tag to compare
  • fixed: step/2 typespec was specified incorrectly. #224

v0.11.8

01 Dec 16:08
67d3854
Compare
Choose a tag to compare
  • changed: Updated sqlite3 to 3.40.0

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