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

The Databricks REST API has a “SQL warehouse” endpoint, where you can pull the `httpPath` value from, here is an example using `httr2`, which I guess `odbc` would need to...

Should #365 and #481

upkeep

Currently, the implementation for SQL server does not allow for unicode support when writing tables, quoting literals, or using parameters. This leads to tables being created without unicode support or...

bug
mssql
encoding 🔤

### Issue Description and Expected Result Previously the RODBCext package provided an option to set the [query timeout](https://github.com/zozlak/RODBCext/blob/master/R/odbcSetQueryTimeout.R). As of 2020 the package is deprecated and the better alternative is...

feature

In #652 we transitioned the "Benchmarks" README section to a vignette. In the transition to a vignette, I split up chunks so that there's a clear "run all the timings"...

documentation

# Issue Current odbc main repo does not provide a query_timeout option. Closes #515 # Feature description `dbGetQuery()`, `dbSendStatement()` and `dbSendQuery()` provide a `query_timeout` option (internally sets `SQL_ATTR_QUERY_TIMEOUT`). `query_timeout`: The...

### Issue Description and Expected Result Right now if you're using an OAuth2 token instead of a username/password with certain drivers and the token expires, queries start returning errors. Microsoft...

https://solutions.posit.co/connections/db/databases/databricks/#troubleshooting-apple-macos-users Can we fix this automatically?

`usethis::use_standalone("r-lib/rlang", "types-check")` in favor of of home-grown argument checkers.

upkeep