Skip to content

RSQLite 2.3.8

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Dec 02:16
· 41 commits to main since this release

Bug fixes

  • Ensure that testthat::skip() is only called in RSQLite's own tests, never in the tests for other packages (@jeanetteclark, #515, #516).

Features

  • Upgrade bundled SQLite to 3.47.0 (#525).

  • Add uuid extension (@rfhb, #517).

Documentation

  • Reword warning message for misuse of dbGetQuery()/dbSendQuery()/dbFetch() (#524, @mikmart).