Skip to content

dm 0.1.4

Compare
Choose a tag to compare
@krlmlr krlmlr released this 07 Jun 16:59

Features

  • New dm_rows_insert(), dm_rows_update(), dm_rows_patch(), dm_rows_upsert(), dm_rows_delete() and dm_rows_truncate(), calling the corresponding rows_*() method for every table (#319).

  • New rows_truncate() (#319).

  • Added rows_insert() and rows_update() methods for SQLite, Postgres, MariaDB and MSSQL (#319).

  • Missing arguments now give a better error message (#388).

  • Empty dm object prints as dm() (#386).

  • copy_dm_to() also accepts a function as the table_names argument. The unique_table_names() argument is deprecated (#80).

Documentation

Internal

  • Require dplyr >= 1.0.0.

  • Use GitHub Actions (#369, @pat-s).