NOAA-EDAB / survdat

https://noaa-edab.github.io/survdat/
https://noaa-edab.github.io/survdat/
Other
2 stars 1 forks source link

Change connection object to databases ROracle #54

Closed andybeet closed 1 month ago

andybeet commented 1 year ago

Using ROracle driver to connect to the databases (This change will occur in dbutils::connect_to_database)

Test all functions that use connection object to make sure they are not broken

The class of the connection object using ROracle is different from that of DBI::dbConnect() However ROracle is built on DBI so hopefully all DBI::dbGetQquery() commands are not broken due to this change.

Need to test