-
Notifications
You must be signed in to change notification settings - Fork 74
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
Think about argument to dbRemoveTable()
that drops only if the table exists
#197
Comments
I think the right argument is |
krlmlr
added a commit
to r-dbi/RSQLite
that referenced
this issue
Apr 24, 2018
- New argument `fail_if_missing` (default: `TRUE`) to `dbRemoveTable()` (r-dbi/DBI#197).
krlmlr
added a commit
to r-dbi/RPostgres
that referenced
this issue
Apr 24, 2018
- New argument `fail_if_missing` (default: `TRUE`) to `dbRemoveTable()` (r-dbi/DBI#197).
krlmlr
added a commit
to r-dbi/RMariaDB
that referenced
this issue
Apr 24, 2018
- New argument `fail_if_missing` (default: `TRUE`) to `dbRemoveTable()` (r-dbi/DBI#197).
I've decided in favor of |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Useful for
dbWriteTable()
or for manually implementing it (#74).Naming suggestion:
dbRemoveTable(safe = TRUE)
The text was updated successfully, but these errors were encountered: