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

Can't cancel motherduck auth #202

Open
hadley opened this issue Jul 24, 2024 · 1 comment
Open

Can't cancel motherduck auth #202

hadley opened this issue Jul 24, 2024 · 1 comment
Labels
help wanted ❤️ we'd love your help!

Comments

@hadley
Copy link

hadley commented Jul 24, 2024

If I run the following code:

library(duckdb)
con <- DBI::dbConnect(duckdb::duckdb())
dbExecute(con, "ATTACH 'md:'")

Then return to R, Ctrl + C won't cancel auth.

@krlmlr
Copy link
Collaborator

krlmlr commented Aug 16, 2024

@hannes: How to reliably implement cancellation of all operations? Do we need to run all duckdb operations in another thread?

@krlmlr krlmlr added the help wanted ❤️ we'd love your help! label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted ❤️ we'd love your help!
Projects
None yet
Development

No branches or pull requests

2 participants