r-dbi / odbc

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

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

Closed simonpcouch closed 4 months ago

simonpcouch commented 5 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 4 months ago

Much cleaner all around, thanks!