-
Transcribed verbatim from CPAN RT#125567, warts and all.
Tue Jun 12 10:33:50 2018 richard.tomasso [...] exfo.com - Ticket created
Subject: segmentation fault with DBI->connect
Date: Tue, 12…
-
### Open5GS Release, Revision, or Tag
Open5GS v2.7.1-23-g02d302b [2.7.2~jammy1]
### Steps to reproduce
Not sure what are the steps to reproduce it, but at some point randomly we see that the UEs ca…
-
Previous workflow had a bug:
- there was only one `steps` variable
- we have two types of steps 1) how many DBI/GCI steps we do 2) if we do GCI then how many Trotter-Suzuki steps will be performed
…
-
```
Error in `duckdb_result()`:
! rapi_execute: Failed to run query
Error: IO Error: Failed to install 'httpfs'
The file was built for DuckDB version 'v1.1.3', but we can only load extensions buil…
-
Example: if dbplyr is loaded, `?mutate` would contain a link to `?dbplyr::mutate.tbl_lazy` .
Pretty much like DBI, e.g., https://dbi.r-dbi.org/reference/dbConnect.html .
Relevant for https://github.…
-
Prior to Oracle 19.25, this works:
`
use DBI;
use DBD::Oracle qw(:ora_session_modes);
$dbh = DBI->connect('DBI:Oracle:', '/', '', {ora_session_mode => ORA_SYSDBA, RaiseError => 1}) or die "Can…
-
`mdb_put` supports the `MDB_RESERVE` flag which allows a user to insert a value without any actual data. The function then returns the space for the user to write to via the data parameter. ([see](htt…
-
### Describe the bug, including details regarding any error messages, version, and platform.
The conbench reports have started to fail on main for the last couple of days with the following error:
`…
-
### Version
v4.38.16
### Deployment Method
Bare-metal
### Reverse Proxy
Caddy
### Reverse Proxy Version
v2.7.6 h1:w0NymbG2m9PcvKWsrXO6EEkY9Ru4FJK8uQbYcev1p3A=
### Description
I have been…
-
Salut,
Je profite que le projet soit récent pour poser cette question : pourquoi utiliser `{dbplyr}` plutôt que sur `{DBI}` directement ?
Voilà à mon sens quelques arguments en faveur de `{DBI}`…