duckdb-r icon indicating copy to clipboard operation
duckdb-r copied to clipboard

Can't cancel motherduck auth

Open hadley opened this issue 7 months ago • 1 comments

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.

hadley avatar Jul 24 '24 12:07 hadley