r-dbi / odbc

Connect to ODBC databases (using the DBI interface)
https://odbc.r-dbi.org/
Other
387 stars 107 forks source link

check for unixODBC in `dbConnect(odbc(), ...)` #825

Closed simonpcouch closed 2 months ago

simonpcouch commented 2 months ago

This PR adds a call to locate_install_unixodbc() to the main connection path, now that we've "piloted" it in the macOS x Databricks connection path for a release without issue. Closes #782.

simonpcouch commented 2 months ago

Much cleaner all around, thanks!