-
I cannot write a MAP type to a duckdb using `DBI::dbAppendTable()`.
```R
con [1] 0
DBI::dbExecute(con, "INSERT INTO tbl VALUES (MAP {'a': 'b'})")
#> [1] 1
DBI::dbGetQuery(con, "DESCRIBE tbl"…
-
After run the dbDisconnect with a ms-access connection for the first time in a session ever works well. But when call the connection again it not work more and don't finde the same table used before. …
-
in
https://github.com/qiboteam/boostvqe/blob/827b25fd1168a66f903c1820a4892da4d0121d57/main.py#L41-L43
we are passing dbi as an argument in
https://github.com/qiboteam/boostvqe/blob/827b25fd1168a…
-
Super excited to see [#266](https://github.com/tidyverse/duckplyr/pull/226), so I tried it out with v0.4.1.9003 -- encountered the following error:
```
library(tidyverse)
con = DBI::dbConnect(d…
-
#1 discusses DBI. I thought it is best to open a new issue. DBAPI.jl is looking quite good, and there seems to be general agreement on following the lead of python. We now have a fair number of databa…
-
I'm seeing the following in a seg fault from some code after a prove t/*.t in a project I'm working on. It appears to be after everything's finished running right before it exits (perhaps during dest…
-
It makes sense that the `env` and `txn` classes are moveable but not copyable, since they represent resources that are closed on destruction. But `dbi` isn't like that — the destructor is a no-op. So …
-
```
http://libdbi.sourceforge.net/docs.html
Rather than individually implementing access to a number of database
engines, using an existing C DBI and wrapping access would be a good method
of offerin…
-
Just install Babun and I try to install DBI from CPAN and I am getting this error:
> perl -MCPAN -e 'install DBI'
> ...
> DBI.xs:5159:16: warning: ‘mg’ may be used uninitialized in this function [-Wm…
-
We have
```
setClass("Snowflake", contains = "OdbcConnection")
...
snowflake