Skip to content

dm 0.1.13

Compare
Choose a tag to compare
@krlmlr krlmlr released this 26 Apr 01:58

Features

  • dm_draw() gains column_types argument, if TRUE the column type is shown for each displayed column (#444, @samssann).
  • copy_dm_to() gains schema argument (#432).
  • dm_from_src() gains dbname argument for MSSQL (#472).

Bug fixes

  • Fix rows_update() when multiple columns are updated (#488, @samssann).

Performance

  • enum_fk_candidates() now only checks distinct values, this improves performance for large tables. As a consequence, only the number of distinct values is reported for mismatches, not the number of mismatching rows/entries (#494).

Documentation

  • Fix description of filtering behavior in ?dm_zoom_to (#403).

Internal