odbc
DBI-compliant ODBC driver connecting R to any ODBC database
odbc keeps turning into an authentication broker with a database driver attached.
◆Recent moves
- 3mo ago
Snowflake config moves to connections.toml; Databricks gains federated identity
⚡ SPARKSnowflake connection resolution moves to the snowflakeauth package and the vendor's own config files, while Databricks gains workload identity federation and service principal detection on Posit Connect. This is the release where odbc stops defining warehouse connection parameters and starts reading them from where the vendor already put them.
View source ↗ - 8mo ago
Date/time write fixes; DATETIMEOFFSET offsets now ISO 8601
Fixes writing of date and time values with integer storage, Oracle DATE targets, and SQL Server DATETIMEOFFSET time zone interpretation, which now follows the ISO 8601 convention that a positive offset means east of Greenwich. The last of those silently reversed time zones for anyone writing offset data.
View source ↗ - 11mo ago
Fix compiler warning on r-devel Fedora clang
A single compiler warning addressed on one R-devel check platform. CRAN upkeep.
View source ↗ - 11mo ago
Error-parsing hang fixed; SQL Server and Snowflake backends widened
A broad backend release: a hang when parsing very long database errors, DATETIMEOFFSET support and table-valued parameter binding on SQL Server, DB2 XML, and Snowflake private keys passed as PEM contents from memory rather than a file. The in-memory key support is the one that matters for containerised deployments with no writable secret path.
View source ↗ - 1y ago
Find statically built unixodbc automatically
Automatically locates statically built unixodbc installations. One line, aimed at the same install-path friction the surrounding releases keep chipping at.
View source ↗ - 1y ago
Redshift helper and viewer-based credentials on Posit Connect
Adds a redshift() helper for IAM-based connections and lets databricks() and snowflake() pick up viewer-based credentials on Posit Connect, so a deployed app can query as the person viewing it. Also adds config-file editing shortcuts and clearer errors when unixODBC is missing.
View source ↗