-
Hello,
I've created a backend to add Spark connection support using the SparkR library.
There are actually two libraries which permit Spark connection with R: SparkR and Sparklyr.
Even if the S…
-
While doing some [bug hunting for RPostgres](https://github.com/r-dbi/RPostgres/issues/429), realized there's also probably a bug in RSQLite when writing from a CSV:
``` r
# **********************…
-
i.e.
``` R
require(DBI)
sqlfile
-
-
-
instead of trying to glue together an increasing number of subsystems, maybe statically finding syscall/mach trap instructions and patching them is actually the way to go. See NOTES.
potential issu…
-
`dbi_profile` does not capture the current statement when drivers do not funnel `do` through a separate statement object. For instance, this is broken:
```bash
DBI_TRACE=4 \
DBI_PROFILE='!State…
-
DBI isn't very good about recognizing when a parameter in a query should be passed in as an integer rather than a string.
In [certain bizarre circumstances](https://jira.mariadb.org/browse/MDEV-272…
-
This is the same issue as https://github.com/ap/DBIx-Connector/issues/50 as it's not clear which module is causing the problem.
Trying to use DBD::MariaDB in place of DBD::mysql results in some wei…
-
This is one of my typical workflow: `con (say odbc) --> tbl --> some_dplyr_ops --> save (as a table)`. Note that data does NOT come into the R's memory. But the code does look clumpsy:
```
tbl_dbp…