Releases: r-dbi/RSQLite
Releases · r-dbi/RSQLite
RSQLite 2.3.9
RSQLite 2.3.8
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
Documentation
RSQLite 2.3.7
Breaking changes
- Breaking change: Avoid appending a numeric suffix to duplicate column names (#503).
Features
- Upgrade bundled SQLite to 3.46.0 (#510).
- Add
Id
method todbExistsTable()
(@kjellpk, #498, #499). - Breaking change: Avoid appending a numeric suffix to duplicate column names (#503).
Documentation
Testing
- Fix test on FreeBSD (@nunotexbsd, #502, #504).
RSQLite 2.3.6
RSQLite 2.3.5
RSQLite 2.3.4
## Bug fixes - Fix compiler warning regarding formatting specifier used in `Rf_warning()` (#482). - Upgrade bundled SQLite to 3.44.2 (#479). ## Chore - Use `check_suggested()` standalone for hms package (#477).
RSQLite 2.3.3
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.
RSQLite 2.3.2
RSQLite 2.3.1
RSQLite 2.3.0
Features
- Upgrade bundled SQLite to 3.40.1 (#448).
Chore
-
Upgrade boost to 1.81.0-1 (#450).
-
Clean up GitPod configuration.
-
Replace Rcpp by cpp11 (@Antonov548, #441).