dm 1.0.8
dm 1.0.8
Bug fixes
copy_dm_to()
creates string columns of necessary lengths for MariaDB and SQL Server. This worked before for SQL Server in dm 1.0.5, now also works on MariaDB (#311, #2066, #2082).
Features
-
Explicitly fail on
compute(temporary = TRUE)
, which never worked correctly (#2059, #2103). -
Warn about DuckDB not supporting autoincrementing primary keys (#2099).
Chore
- Make
check_suggested()
a standalone (#2054).
Documentation
-
Tweak vignette for
compute(temporary = TRUE)
. -
Update documentation of
check_suggested()
(@olivroy, #2055).
Performance
- Speed up
dm()
,new_dm()
,as_dm()
anddm_validate()
.dm()
andas_dm()
no longer calldm_validate()
(#2108).