Changelog
0.5.6 - 2021-04-02
Fixed
- Fix SQLite3 amalgamation in 0.5.5 being incorrectly downgraded to 3.34.1. Amalgamation is now correctly [3.35.3](https://sqlite.org/releaselog/3_35_3.html.
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.