Path to this page:
Subject: CVS commit: pkgsrc/databases/R-RSQLite
From: Makoto Fujiwara
Date: 2024-12-14 02:29:33
Message id: 20241214012933.6323EFC1C@cvs.NetBSD.org
Log Message:
(databases/R-RSQLite) Updated 2.2.0 to 2.3.9
# RSQLite 2.3.9 (2024-12-03)
## Features
- Upgrade bundled SQLite to 3.47.1 (#550).
## Bug fixes
- Avoid memory leak (#553).
- Fix valgrind error (#552).
# RSQLite 2.3.8 (2024-11-17)
## 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).
# RSQLite 2.3.7 (2024-05-26)
## 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 to `dbExistsTable()` (@kjellpk, #498, #499).
- Breaking change: Avoid appending a numeric suffix to duplicate column names (#503).
## Documentation
- Set BS version explicitly for now (@maelle, #506).
## Testing
- Fix test on FreeBSD (@nunotexbsd, #502, #504).
# RSQLite 2.3.6 (2024-03-31)
## Features
- Upgrade bundled SQLite to 3.45.2 (#500).
## Documentation
- Use dbitemplate (@maelle, #496).
# RSQLite 2.3.5 (2024-01-20)
## Features
- Upgrade bundled SQLite to 3.45.0 (#491).
## Chore
- Update to upcoming DBItest 1.8.1 (#488, #492).
- Remove compiler warning about unused variable (#486).
# RSQLite 2.3.4 (2023-12-07)
## 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 (2023-11-04)
## 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 (2023-10-27)
## Features
- Upgrade bundled SQLite to 3.42.0 (#461).
## Internal
- Require cpp11 \>= 0.4.0 (#456).
# RSQLite 2.3.1 (2023-04-03)
## Features
- Upgrade bundled SQLite to 3.41.2 (#455).
## Chore
- Require cpp11 \>= 0.4.0 in `DESCRIPTION` (#456).
# RSQLite 2.3.0 (2023-02-13)
## 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).
Files: