Skip to content

RSQLite 2.3.3

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 02:07
· 167 commits to main since this release

Features

  • Upgrade bundled SQLite to 3.43.2 (#473).
  • New sqliteIsTransacting() that returns if a transaction is active on the current connection (@bpvgoncalves, #462, #464).

Testing

  • Skip DBItest tests if not installed.