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

Snapshot updates for rcc-smoke (null) (#2165)

112f6d1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 22, 2023 in 1s

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

See this annotation in the file changed.

@codecov 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

See this annotation in the file changed.

@codecov 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

See this annotation in the file changed.

@codecov 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

See this annotation in the file changed.

@codecov 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

See this annotation in the file changed.

@codecov 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

See this annotation in the file changed.

@codecov 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

See this annotation in the file changed.

@codecov codecov / codecov/patch

R/db-interface.R#L173

Added line #L173 was not covered by tests