Skip to content

RSQLite 2.2.9

Compare
Choose a tag to compare
@krlmlr krlmlr released this 06 Dec 07:58

Features

  • Upgrade bundled SQLite to version 3.37.0 (#392).
  • dbConnect() now supports URIs that start with file:// for the dbname argument. The SQLite code is now built with the SQLITE_USE_URI (#390, @tschoonj).

Bug fixes

  • dbBegin(), dbCommit() and dbRollback() support keywords in savepoint names (#386).

Internal

  • Adapt to DBItest 1.7.2 (#385).
  • Enable all DBItest tests, passing now.