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

Database connector v6.0.0 #12

Closed azimov closed 1 year ago

azimov commented 1 year ago

This branch aims to be compatible with the upcoming release of database connector that changes the interface with dplyr, performing automatic sql translations in many cases.

codecov[bot] commented 1 year ago

Codecov Report

Merging #12 (7c20ab2) into develop (9aebdc2) will increase coverage by 0.22%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop      #12      +/-   ##
===========================================
+ Coverage    93.19%   93.41%   +0.22%     
===========================================
  Files            4        4              
  Lines          235      243       +8     
===========================================
+ Hits           219      227       +8     
  Misses          16       16              
Impacted Files Coverage Δ
R/ConnectionHandler.R 89.47% <100.00%> (+1.23%) :arrow_up:
R/DataMigrationManager.R 92.96% <100.00%> (ø)
R/PooledConnectionHandler.R 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.