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

Enumerate procedures / functions in connections pane ( in addition to tables/views ), if possible.

feature

This is an attempt at finishing off https://github.com/r-dbi/odbc/pull/461 * Rebased on top of main * Rather than customizing both `dbListTables` and `dbExistsTable`, opted to specialize `odbcConnectionTables`. I think this resulted...

For our Snowflake instance we have external auth set up, but the connection string requires we pass our user name. Currently `odbc::snowflake()` does not allow you to pass `uid` without...

I have a databricks odbc connection and I would like to use DBI::dbWriteTable. I think by default the driver is using the sql translation feature (useNativeQuery = TRUE). With this...

Related to: https://github.com/r-dbi/odbc/issues/790 https://github.com/r-dbi/odbc/issues/208 https://github.com/r-dbi/odbc/issues/130 When writing to a datetime/datetime2 target, we use a fixed precision of three decimals to avoid needing to know the user-configurable precision of the datetime2...

feature
mssql

Now that we have some macOS-specific functionality, it may be worth putting together a `db-macos.yml` GHA workflow running on `macOS-latest`. Just testing `databricks()` and `snowflake()`, for now, would cover our...

snowflake
upkeep
databricks

The issue discussed in #773 for SQL Server also applies to Oracle. So here is a separate issue as suggested by @simonpcouch. In Oracle, synonyms are available in [{ALL|USER}_SYNONYMS](https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/USER_SYNONYMS.html). Same...