-
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
Data frame with column name "sep" cause error #336
Milestone
Comments
Thanks. This is specific to RSQLite and RMariaDB. |
Specific because only these packages use the DBI implementation. |
krlmlr
added a commit
that referenced
this issue
Jan 3, 2021
- `dbAppendTable()` now allows columns named `sep` (#336).
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When a data frame includes a column name "sep", any library that relies on the method "sqlAppendTable" (DBI/R/table-insert.R) will throw an error.
Reprex (with RSQLite package):
Created on 2020-04-02 by the reprex package (v0.3.0)
The problem is here. One solution would be:
The text was updated successfully, but these errors were encountered: