DBItest
DBItest copied to clipboard
Testing DBI drivers
AFAIR, currently unspecified. We want to return them unchanged and leave the resolution to the user.
When specifying multiple parameters, if one of the parameters is a scalar and the others have the same length, it will be reasonable to expand that scalar to the same...
Mostly `table`, but can we get the default schema and/or the default catalog as a tweak and also test `catalog.schema.table` ?
Hi @krlmlr I was wondering if you have tested Oracle connections against DB versions 21 or lower with `DBItest`? One of the issues I came across is related to SQL...
Similar to inlining `BindTester` et al..
- [ ] RMariaDB: now failing checks - [ ] RPostgres: now failing checks - [ ] adbi: related to `AsIs` - [ ] sql-server: `Id()` fallout
Add a new argument `prefix_level = c("catalog", "schema", ...)` ? Related: #339, #341.
https://github.com/apache/arrow-nanoarrow/issues/343#issuecomment-1867728946 CC @nbenn.
It would be useful to provide some more concrete advice on what to do if a test fails or error. For example, when I see this error: ``` Error ('test-SQLServer.R:19:3'):...
Commit [641ec8b](https://github.com/r-dbi/adbi/commit/641ec8b8c1ec877b3b66ac3fa353e1266f97b954) on branch [dev](https://github.com/r-dbi/adbi/tree/dev) for adbi adds experimental support for "strict" `bigint` options: `"integer-strict"` and `"numeric-strict"` both error on lossy data conversions (due to overflow or rounding). Using `"integer-strict"`...