Changelog
[0.5.5] - 2021-03-29
Changed
- Bump SQLite3 amalgamation to version 3.35.3
0.5.4 - 2021-03-23
Fixed
- Fix incorrect passing of
chunk_size
tofetch_all/4
0.5.3 - 2021-03-23
Fixed
:invalid_chunk_size
being emitted by theDBConnection.execute
0.5.2 - 2021-03-23
Added
- Guide for Windows users.
Exqlite.Sqlite3.multi_step/3
to step through results chunks at a time.default_chunk_size
configuration.
0.5.1 - 2021-03-19
Changed
- Bumped SQLite3 amalgamation to version 3.35.2
- Replaced old references of github.com/warmwaffles
0.5.0 - 2021-03-17
Removed
- Removed
Ecto.Adapters.Exqlite
Replaced with Ecto Sqlite3 library.