Skip to content

Commit

Permalink
Merge branch 'cran-1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 26, 2023
2 parents e1d32a3 + a4c5d8b commit 336b140
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 32 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: RMariaDB
Title: Database Interface and MariaDB Driver
Version: 1.3.0.9001
Version: 1.3.1
Authors@R: c(
person("Kirill", "Müller", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1416-3412")),
Expand Down
22 changes: 3 additions & 19 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,22 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# RMariaDB 1.3.0.9001 (2023-10-26)

## Chore

- Resurrect missing NEWS items.
# RMariaDB 1.3.1 (2023-10-26)

## Features

# RMariaDB 1.3.0.9000 (2023-10-24)
- Support `dbSendStatement(immediate = TRUE)` and `dbExecute(immediate = TRUE)`, needs `CLIENT_MULTI_STATEMENTS` (#147, #312).

## Bug fixes

- Fix memory leak (#309, #311).

- Fix compilation on CentOS 7 (#310).

- `dbConnection(groups = )` works as documented again, regression introduced in RMariaDB 1.3.0 (@pekkarr, #306).

## Features

- Support `dbSendStatement(immediate = TRUE)` and `dbExecute(immediate = TRUE)`, needs `CLIENT_MULTI_STATEMENTS` (#147, #312).

## Documentation

- Update docs for client flags (#313).


# RMariaDB 1.2.2.9010 (2023-10-10)

## Bug fixes

- `dbConnection(groups = )` works as documented again, regression introduced in RMariaDB 1.3.0 (@pekkarr, #306).


# RMariaDB 1.3.0 (2023-10-08)

## Features
Expand Down
14 changes: 2 additions & 12 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
RMariaDB 1.2.2.9009

## Cran Repository Policy

- [x] Reviewed CRP last edited 2023-08-15.

## R CMD check results

- [x] Checked locally, R 4.3.1
- [x] Checked on CI system, R 4.3.1
- [x] Checked on win-builder, R devel
RMariaDB 1.3.1

## Current CRAN check results

- [x] Checked on 2023-10-08, problems found: https://cran.r-project.org/web/checks/check_results_RMariaDB.html
- [x] Checked on 2023-10-26, problems found: https://cran.r-project.org/web/checks/check_results_RMariaDB.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 336b140

Please sign in to comment.