-
Notifications
You must be signed in to change notification settings - Fork 49
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
Improve quoting of SQL identifiers #419
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
krlmlr
force-pushed
the
f-schema-sql
branch
3 times, most recently
from
July 27, 2020 05:46
b7fb7fa
to
0de93ff
Compare
…void later SQL syntax errors.
krlmlr
added a commit
that referenced
this pull request
Aug 19, 2020
dm 0.1.6 - `dm_get_src()` returns `NULL` for local data sources (#394). - Local target in `copy_dm_to()` gives a deprecation message (#395). - `copy_dm_to()` gives a better error message for bad `table_names` (#397). - `dm` objects with local data sources no longer show the "Table source" part in the output. - Error messages now refer to "tables", not "elements" (#413). - New `dm_bind()` for binding two or more 'dm' objects together (#417). - For databases, the underlying SQL table names are quoted early to avoid later SQL syntax errors (#419). - `dm_financial()` no longer prints message about `learn_keys = FALSE`. - `dm_rows_update()` and related functions now use the primary keys defined in `x` for establishing matching rows. - Use `withCallingHandlers()` where appropriate (#422). - Consistent definition of `.dm` and `.zoomed_dm` methods (#300). - Examples involving `dm_financial()` are not run if connection can't be established (#418). - Fix database tests on CI (#416).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
when fetching and deploying database. Addresses part of #23.