-
Notifications
You must be signed in to change notification settings - Fork 39
test: Test for quoting columns with dbQuoteIdentifier()
#255
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
Conversation
I noticed that a table |
Let's make r-dbi/RPostgres#372 work first. Note that the RMariaDB/tests/testthat/helper-DBItest.R Lines 20 to 21 in 0e17617
|
Current Aviator status
This PR was merged using Aviator.
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
e587868
to
b6e0d26
Compare
dbQuoteIdentifier()
Again, implemented independently, but the tests are fine. Thanks! |
This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Once the issues are resolved, remove the Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts). |
This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Once the issues are resolved, remove the Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts). |
11fe730
to
6dff90e
Compare
dbQuoteIdentifier()
dbQuoteIdentifier()
Original: e587868 Disconnect on exit in `dbQuoteIdentifier()` tests use temporary tables in `dbWriteTable()` tests, so they don't get left behind
6dff90e
to
e07b12b
Compare
This pull request failed to merge: some CI status(es) failed. Once the issues are resolved, remove the Failed CI(s): Smoke test: stock R |
This allows quoting columns with
Id()
anddbQuoteIdentifier()
and fixes the quoting of a schema, closes #254.I've added tests for
dbQuoteIdentifier()
anddbUnquoteIdentifier()
from RPostgres, too.