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

Provide necessary entry points for environment scan in ducksql() #645

Open
krlmlr opened this issue Dec 16, 2024 · 0 comments
Open

Provide necessary entry points for environment scan in ducksql() #645

krlmlr opened this issue Dec 16, 2024 · 0 comments

Comments

@krlmlr
Copy link
Collaborator

krlmlr commented Dec 16, 2024

con <- DBI::dbConnect(duckdb::duckdb(environment_scan = TRUE))
duckplyr::ducksql("FROM mtcars", con = con)
#> Error in `duckplyr::ducksql()`:
#> ! use of NULL environment is defunct
DBI::dbDisconnect(con)

Created on 2024-12-16 with reprex v2.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant