-
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. …
-
t/App-Schema-Deploy/04-run.t fails with perl 5.41.x (e.g. 5.41.4) like this:
```
# Failed test 'no warnings'
# at /opt/perl-5.41.4/lib/5.41.4/Test/Builder.pm line 193.
# There were 1 warning(s…
-
#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…
-
Just selecting newer released games in the list of installed applications causes DBI to crash instantly.
-
We have
```
setClass("Snowflake", contains = "OdbcConnection")
...
snowflake
-
![image](https://github.com/user-attachments/assets/38d7aef1-53d7-412c-af07-f5ee6badcbda)
```
con
-
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…