odbc icon indicating copy to clipboard operation
odbc copied to clipboard

Connect to ODBC databases (using the DBI interface)

Results 155 odbc issues
Sort by recently updated
recently updated
newest added

Right now we check for interrupts on the R side, but don't attempt to do anything to signal to the database that an interrupt occurred. Either calling `SQLCancel()` on the...

feature

### Issue Description and Expected Result When the database's encoding is GBK, the client's encoding is UTF-8 and the SQL contains non-ASCII letters, the error message becomes garbage letters. The...

bug
encoding 🔤

### Issue Description and Expected Result When the SQL contains non-ASCII strings as the field names, the returned **column names** of the data.frame is not encoded as UTF-8. ### Database...

bug
encoding 🔤

I notice that in `R/db.R`, there are "custom" `sqlCreateTable` methods defined for RDBMSs that don't use the typical `CREATE TABLE` syntax (I think all of these so far are for...

We’re having a hard time reading the catalog for our Hive instance. It’s possible that the Hive metadata are messed up, but the fact I can query data would suggest...

bug
hive

### Issue Description and Expected Result `odbcListObjects()` doesn't return objects in the specified DB. Instead, it returns a list of all DBs in the connection, with the type of `catalog`:...

feature
mssql

For teradata connection, when I try to create a sql query through sqlCreateTable, the output result is incorrect. Notice parameter `temporary` does not work too. ``` r # Packages require(reprex)...

bug
teradata

### EDIT: found the cause with R gdb the segfault appears in: ``` Thread 1 "R" received signal SIGSEGV, Segmentation fault. 0x00007ffff753e930 in __lll_unlock_elision () from /lib64/libpthread.so.0 ``` googling the...

bug
mssql

### Issue Description and Expected Result Occasionally connecting to my Teradata database fails: ```r # Fails ch

bug
teradata

### Issue Description and Expected Result This is the same issue as #208 but for Oracle. Milliseconds are lost when inserted. The same code works with the ROracle package. ###...

oracle