Skip to content

Commit

Permalink
Bump version to 1.2.2.9009
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 8, 2023
1 parent 51f792a commit 2f4abe7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
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.2.2.9008
Version: 1.2.2.9009
Authors@R: c(
person("Kirill", "Müller", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1416-3412")),
Expand Down
27 changes: 27 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# RMariaDB 1.2.2.9009 (2023-10-08)

## Bug fixes

- Improve detection of MariaDB when linking against MySQL libraries.

- Return JSON as string on MySQL (#296).

## Features

- Connections now inherit from `"MySQLConnection"` if a MySQL server is detected (server version \< 10.0). The new `mysql` argument to `dbConnect()` allows overriding the autodetection (#303).

- Use string as default for unknown column type (@LeeMendelowitz, #260).

## Chore

- Upgrade MariaDB on CI/CD (#299).

- Extract `mariadb_default_args`.

- Update Windows libs to new location (#301).

## Testing

- Skip tests if packages are not available (#304).


# RMariaDB 1.2.2.9008 (2023-04-02)

## Bug fixes
Expand Down

0 comments on commit 2f4abe7

Please sign in to comment.