Skip to content

Commit

Permalink
Merge branch 'cran-2.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 4, 2023
2 parents 290cb66 + a8d1062 commit d0c2494
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 68 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: RSQLite
Title: SQLite Interface for R
Version: 2.3.2.9007
Version: 2.3.3
Date: 2023-11-01
Authors@R: c(
person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre"),
Expand Down Expand Up @@ -47,6 +47,7 @@ Suggests:
hms,
knitr,
magrittr,
rlang,
rmarkdown,
rvest,
testthat (>= 3.0.0),
Expand Down
68 changes: 4 additions & 64 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,75 +1,15 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# RSQLite 2.3.2.9007 (2023-11-01)

## Chore

- Update revdepcheck results.

## Testing

- Skip DBItest tests if not installed.


# RSQLite 2.3.2.9006 (2023-10-31)

## Bug fixes

- Fix errors on transaction status (@bpvgoncalves, #464).


# RSQLite 2.3.2.9005 (2023-10-29)

- Merge branch 'cran-2.3.2'.


# RSQLite 2.3.2.9004 (2023-10-13)
# 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).

## Chore

- Bump action.


# RSQLite 2.3.2.9003 (2023-10-09)

- Internal changes only.


# RSQLite 2.3.2.9002 (2023-09-14)

## Features

- Upgrade bundled SQLite to 3.43.1 (#470).


# RSQLite 2.3.2.9001 (2023-08-27)

## Features

- Upgrade bundled SQLite to 3.43.0 (#468).


# RSQLite 2.3.2.9000 (2023-06-12)

- Internal changes only.


# RSQLite 2.3.1.9003 (2023-06-08)

## Features

- New `sqliteIsTransacting()` that returns if a transaction is active on the current connection (@bpvgoncalves, #462).


# RSQLite 2.3.1.9002 (2023-05-18)

## Features
## Testing

- Upgrade bundled SQLite to 3.42.0 (#461).
- Skip DBItest tests if not installed.


# RSQLite 2.3.2 (2023-10-27)
Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RSQLite 2.3.2
RSQLite 2.3.3

## Current CRAN check results

- [x] Checked on 2023-10-27, problems found: https://cran.r-project.org/web/checks/check_results_RSQLite.html
- [x] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64: Large binary.
- [x] Checked on 2023-11-04, problems found: https://cran.r-project.org/web/checks/check_results_RSQLite.html
- [x] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64: Large binary

0 comments on commit d0c2494

Please sign in to comment.