-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work on DatabaseConnector 7 issues #305
base: develop
Are you sure you want to change the base?
Conversation
…ation.DatabaseConnectorConnection
…and adding it results in the RedshiftException: This ResultSet is closed.
…s might not be necessary to support these functions after transitioning to dbplyr
…ector into dbplyr2-inika
…ector into dbplyr2-inika
Hi @ablack3 . Thanks for all your hard work on this! What is the status? Do you think this PR is ready for full review? |
I think it's ready. There is a long tail of small issues that are time consuming to fix. Today we were working on copy_to which is not working on Oracle because the Analyze statement that runs after insertTable doesn't know about temp emulation. But I think the impact of that is quite low and it's better to move forward. I want to see if Cran accepts the approach we're using to import dbplyr's private functions. I'm also hesitant to remove the depreciated database systems. I know Netezza is still being used which should be nearly the same as Postgres SQL. Will you start your review @schuemie? We will get GitHub actions passing. |
@schuemie, what do you think about moving rJava to suggests and making it an optional dependency in DatabaseConnector? In the UK there are environments where only R (CRAN) and python are allowed and Java is not. |
I guess I'm ok with moving rJava to Suggests. There's noting intrinsic to DatabaseConnector that requires it, just some (currently most) of the drivers. |
On the deprecated platforms: our policy states we try to leave the code, but will not accept issues or PRs related to those. So if we can leave the code without work we should, but if any effort is required we can drop them. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #305 +/- ##
===========================================
+ Coverage 57.46% 59.46% +2.00%
===========================================
Files 15 15
Lines 2969 2780 -189
===========================================
- Hits 1706 1653 -53
+ Misses 1263 1127 -136 ☔ View full report in Codecov by Sentry. |
https://github.com/OHDSI/DatabaseConnector/milestone/7