Skip to content

RMariaDB 1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 01:59
· 79 commits to main since this release

Features

  • Connections now inherit from "MySQLConnection" if a MySQL server is detected (server version < 10.0 or server description contains "MariaDB"). The new mysql argument to dbConnect() allows overriding the autodetection (#303).
  • Use string as default for JSON (#296) and all unknown column types (@LeeMendelowitz, #260).
  • Support TIME columns with subsecond precision (@renkun-ken, #288, #289).

Documentation

  • Better MAX_NO_FIELD_TYPES error message.

Chore

  • Update Windows libs to new location (#301).
  • Replace Rcpp by cpp11 (@Antonov548, #286).
  • Add decor as a dependency.

Testing

  • Skip tests if packages are not available (#304).
  • Use testthat edition 3 (#285).