RSQLite 2.2.9
Features
- Upgrade bundled SQLite to version 3.37.0 (#392).
dbConnect()
now supports URIs that start withfile://
for thedbname
argument. The SQLite code is now built with theSQLITE_USE_URI
(#390, @tschoonj).
Bug fixes
dbBegin()
,dbCommit()
anddbRollback()
support keywords in savepoint names (#386).
Internal
- Adapt to DBItest 1.7.2 (#385).
- Enable all DBItest tests, passing now.