Skip to content

RMariaDB 1.3.1

Latest
Compare
Choose a tag to compare
@krlmlr krlmlr released this 30 Oct 04:46
· 57 commits to main since this release

Features

  • 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).

Documentation

  • Update docs for client flags (#313).