OHDSI / ResultModelManager

RMM is an R package designed to handle common ohdsi results data management functions by providing a common API for data model migrations and definitions
https://ohdsi.github.io/ResultModelManager/
Apache License 2.0
3 stars 3 forks source link

Fixes to make code work with old and new DatabaseConnector #16

Closed schuemie closed 1 year ago

schuemie commented 1 year ago

This fixes two issues related to the upcoming DatabaseConnector 6.0.0.

With these (minor) changes, the code will run both on the old and the new version. I deliberately created this PR from the main branch, hoping this could be turned into a patch release, so DatabaseConnector 6.0.0 can be released shortly.

schuemie commented 1 year ago

(Note: I did not yet increase the version number or regenerate the documentation)

schuemie commented 1 year ago

FYI: DatabaseConnector 6.0.0 will be released early next week

azimov commented 1 year ago

This has now been released in the latest release which requires DatabaseConnector version 6