-
dbExistsTable always return FALSE for name type either character or in_schema.
```
dbCreateTable(con, 'iris', iris, use.one.query=T)
dbExistsTable(con, 'iris') # FALSE
dbExistsTable(con, in_sche…
-
Transcribed verbatim from CPAN RT#101667, warts and all.
Wed Jan 21 16:51:19 2015 Michael G Schwern - Ticket created
Subject: Update the docs on threads
When people have trouble using DBI an…
-
Transcribed verbatim from CPAN RT#74705, warts and all.
Sun Feb 05 14:26:01 2012 ribasushi [...] leporine.io - Ticket created
Subject: Makefile does not test for compiler availability
As alr…
-
Reproduction steps:
- installing debian-9.13.0 (only ssh server and standard system utilities, no desktop environment) with main user 'test'
- after logging in, switch to root user `su -`
- `echo…
-
Pulled from main branch. In `double_bracket.py`, within function `eval_dbr_unitary`, the `operator` for when the mode is `DoubleBracketGeneratorType.group_commutator_3` and `DoubleBracketGeneratorType…
-
I am not sure if this is an issue of {RSQLite} or {DBI}. However, I created an SQLite database and a table using SQL calls, even though I have declared a variable as `PRIMARY KEY`, the database does n…
-
I'd really like to Dancer::Plugin::Database to call DBIx::Log4perl->connect instead of DBI->connect. DBIx::Log4perl subclasses DBI so it should be fairly straight forward if D::P::D had a config optio…
mjegh updated
12 years ago
-
"DBI can be then be launched in either applet mode (from Album) or application mode (title override), however it is primarily designed to be used in applet mode."
How i can change it from applet mo…
-
Save the data which is now going to a Numbers spreadsheet to a MYSQL database.
-
These are two solutions to the same problem, but the DBI approach keeps the two separate, for example making it easier to add quotes.
From discussion https://github.com/OHDSI/DatabaseConnector/disc…