Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Try without parallel testing
  • Loading branch information
krlmlr authored and aviator-bot committed Dec 22, 2023
commit 4836d17ac0c39f538ea0f0c5fbc09524949f0899
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ VignetteBuilder:
Config/autostyle/scope: line_breaks
Config/autostyle/strict: true
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/parallel: false
Config/testthat/start-first: zzx-deprecated, flatten, dplyr, filter-dm,
draw-dm, bind, rows-dm, learn
Encoding: UTF-8
Expand Down