Changelog
0.5.11 - 2021-05-02
- add the relevant sql statement to the Error exception message
- update SQLite3 amalgamation to 3.35.5
- fix issue with update returning nil rows for empty returning result #146
0.5.10 - 2021-04-06
Fixed
maybe_set_pragma
was comparing upper case and lower case values when it
should not matter.
0.5.9 - 2021-04-06
Changed
- Setting the pragma for
Exqlite.Connection
is now a two step process to check
what the value is and then set it to the desired value if it is not already
the desired value.
0.5.8 - 2021-04-04
Added
Exqlite.Error
now has the statement that failed that the error occurred on.
0.5.7 - 2021-04-04
Changed
- Update SQLite3 amalgamation to 3.35.4
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.
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
to fetch_all/4
0.5.3 - 2021-03-23
Fixed
:invalid_chunk_size
being emitted by the DBConnection.execute
0.5.2 - 2021-03-23
Added
0.5.1 - 2021-03-19
Changed
0.5.0 - 2021-03-17
Removed
- Removed
Ecto.Adapters.Exqlite
Replaced with Ecto Sqlite3 library.