feat!: copy_dm_to()
uses dm_sql()
. Unique keys (#1887) and autoincrement primary keys (#1725) are created on the database. Data models with cyclic references are supported on databases that allow adding constraints in ALTER TABLE
statements (at this time, all except DuckDB and SQLite, #664)
#2022
79.54% of diff hit (target 77.89%)
View this Pull Request on Codecov
79.54% of diff hit (target 77.89%)
Annotations
Check warning on line 102 in R/db-interface.R
codecov / codecov/patch
R/db-interface.R#L102
Added line #L102 was not covered by tests
Check warning on line 104 in R/db-interface.R
codecov / codecov/patch
R/db-interface.R#L104
Added line #L104 was not covered by tests
Check warning on line 141 in R/db-interface.R
codecov / codecov/patch
R/db-interface.R#L141
Added line #L141 was not covered by tests
Check warning on line 144 in R/db-interface.R
codecov / codecov/patch
R/db-interface.R#L144
Added line #L144 was not covered by tests
Check warning on line 167 in R/db-interface.R
codecov / codecov/patch
R/db-interface.R#L167
Added line #L167 was not covered by tests
Check warning on line 171 in R/db-interface.R
codecov / codecov/patch
R/db-interface.R#L169-L171
Added lines #L169 - L171 were not covered by tests
Check warning on line 173 in R/db-interface.R
codecov / codecov/patch
R/db-interface.R#L173
Added line #L173 was not covered by tests