Path to this page:
Subject: CVS commit: pkgsrc/databases/R-RSQLite
From: Makoto Fujiwara
Date: 2023-01-01 06:44:58
Message id: 20230101054458.CD465FA90@cvs.NetBSD.org
Log Message:
(databases/R-RSQLite) Updated 2.2.7 to 2.2.20
# RSQLite 2.2.20 (2022-12-21)
## Features
- Upgrade bundled SQLite to 3.40.0 (#446).
## Tests
- Fix test on non-UTF-8 locales.
## Internal
- GitPod and cmake integration.
# RSQLite 2.2.19 (2022-11-22)
## Bug fixes
- Add missing boost headers for icpc compiler (@lolow, #442, #443).
## Internal
- Use testthat edition 3 (#438).
# RSQLite 2.2.18 (2022-10-04)
- Upgrade bundled SQLite to 3.39.4 (#435).
# RSQLite 2.2.17 (2022-09-09)
- Upgrade bundled SQLite to 3.39.3 (#433).
# RSQLite 2.2.16 (2022-08-16)
- Upgrade bundled SQLite to 3.39.2 (#431).
# RSQLite 2.2.15 (2022-07-15)
- Upgrade bundled SQLite to 3.39.1 (#429).
# RSQLite 2.2.14 (2022-05-05)
- Upgrade bundled SQLite to version 3.38.5 (#421, #423).
# RSQLite 2.2.13 (2022-04-29)
- Upgrade bundled SQLite to version 3.38.3 (#418).
# RSQLite 2.2.12 (2022-04-02)
## Features
- Upgrade bundled SQLite to version 3.38.2 (#415).
## Internal
- Prefer `empty()` over `size() == 0` (#410, @MichaelChirico).
- Refactor to improve code consistency (#411, @MichaelChirico).
- Use more parsimonious header to avoid CRAN warnings.
# RSQLite 2.2.11 (2022-03-07)
## Features
- `initExtension()` gains `extension` argument (#407, #408) with options
`"math"`, `"regexp"`, `"series"` and \
`"csv"` (#274, #389, @mgirlich).
- Upgrade bundled SQLite to version 3.38.0 (#405).
## Bug fixes
- Skip failing test on CRAN.
# RSQLite 2.2.10 (2022-02-16)
## Features
- Upgrade bundled SQLite to version 3.37.2 (#403).
## Documentation
- Explain reason for bundling SQLite sources.
- Add known SQLite authors to `DESCRIPTION`.
## Internal
- Add test for interrupt behavior in `sqliteSetBusyHandler()` (#401).
- Make method definition more similar to S3. All `setMethod()` calls
refer to top-level functions (#396).
# RSQLite 2.2.9 (2021-12-06)
## Features
- Upgrade bundled SQLite to version 3.37.0 (#392).
- `dbConnect()` now supports URIs that start with `file://` for the
`dbname` argument. The SQLite code is now built with the
`SQLITE_USE_URI` (#390, @tschoonj).
## Bug fixes
- `dbBegin()`, `dbCommit()` and `dbRollback()` support keywords in
savepoint names (#386).
## Internal
- Adapt to DBItest 1.7.2 (#385).
- Enable all DBItest tests, passing now.
# RSQLite 2.2.8 (2021-08-21)
- Upgrade bundled SQLite to version 3.36.0 (#374).
- Fix build on CentOS 7 (#367).
- Busy callback emits message instead of warning (#355).
- Avoid using memoise at build time (#371).
Files: