Releases: r-dbi/RSQLite
Releases Β· r-dbi/RSQLite
RSQLite 2.4.1
Features
- Upgrade bundled SQLite to 3.50.1 (#606).
RSQLite 2.4.0
RSQLite 2.3.11
RSQLite 2.3.10
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).