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

Use session-local temporary table name on MS SQL #401

Closed
EarlGlynn opened this issue Feb 27, 2020 · 0 comments
Closed

Use session-local temporary table name on MS SQL #401

EarlGlynn opened this issue Feb 27, 2020 · 0 comments
Labels
bug an unexpected problem or unintended behavior verb trans 🤖 Translation of dplyr verbs to SQL
Milestone

Comments

@EarlGlynn
Copy link

dbplyr needs to use a session-local temporary table name (only one #) instead of two (##) that creates a global temporary table.

See Hadley's comments:
https://community.rstudio.com/t/controlling-names-of-temporary-dbplyr-tables/54403/2

@hadley hadley changed the title Controlling names of temporary dbplyr tables? Use session-local temporary table name on MS SQL Apr 14, 2020
@hadley hadley added bug an unexpected problem or unintended behavior verb trans 🤖 Translation of dplyr verbs to SQL labels Apr 14, 2020
@hadley hadley added this to the 1.5.0 milestone Apr 14, 2020
@hadley hadley closed this as completed in 75291aa Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior verb trans 🤖 Translation of dplyr verbs to SQL
Projects
None yet
Development

No branches or pull requests

2 participants