You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is under windows 10, and the bug seems to have crept in after version 1.0.0 for R, since this isn't a problem using that version. So for example, after running:
library(duckdb) # 1.1.3 or 1.1.3-1con<- dbConnect(duckdb(), dbdir='mydb.duckdb')
dbExecute(con, "create table test as select 1")
dbDisconnect(con, shutdown=TRUE)
This is what happens in the CLI when you try to open the database:
D .open mydb.duckdb
Error: unable to open database "mydb.duckdb": IO Error: Cannot open file "mydb.duckdb": Access is denied.
The database also can't be opened in DBeaver, but it remains openable in R, and is also openable in Python.
The text was updated successfully, but these errors were encountered:
This is under windows 10, and the bug seems to have crept in after version 1.0.0 for R, since this isn't a problem using that version. So for example, after running:
This is what happens in the CLI when you try to open the database:
The database also can't be opened in DBeaver, but it remains openable in R, and is also openable in Python.
The text was updated successfully, but these errors were encountered: