Skip to content

RMariaDB 1.2.0

Compare
Choose a tag to compare
@krlmlr krlmlr released this 12 Dec 12:56

Features

  • BLOBs are returned as blob::blob() objects (#126, #243).
  • dbWriteTable() and dbAppendTable() are much faster thanks to LOAD DATA LOCAL INFILE. To activate this, load_data_local_infile = TRUE must be passed to dbConnect(). The readr package is required (#11, #223).

Bug fixes

  • Writing dates prior to 1970 no longer crashes on Windows (#232, #245).

Internal

  • Add test for reading and writing JSON data type as string (#127, #246).
  • Update for compatibility with DBItest 1.7.2 (#228).