Skip to content

Releases: darwin-eu/CDMConnector

v1.7.0

20 Dec 01:15
Compare
Choose a tag to compare

CDMConnector 1.7.0

  • Add support for Big Query using bigrquery DBI package (pending PRs on omopgenerics and bigrquery) @IoannaNika
  • Add support for the DatabaseConnector postgresql JDBC driver @ablack3
  • By default automatically detect CDM version @catalamarti
  • Deprecate snake case functions @IoannaNika
  • Deprecate cohort manipulation functions @ablack3
  • Deprecate validation functions @ablack3

v1.6.1

29 Nov 10:42
Compare
Choose a tag to compare

CDMConnector 1.6.1

  • use BIGINT for subject_id column of cohort tables

v1.6.0

13 Nov 10:26
af064fc
Compare
Choose a tag to compare

CDMConnector 1.6.0

  • fix bug in copyCdmTo where attribute tables were not being copied #231 @catalamarti
  • check that overwrite argument works in compute when using temp tables #222 @ablack3
  • added synpuf1k with achilles tables to example datasets #230 @ablack3
  • add requireEunomia function #481 @catalamarti

v1.5.0

17 Jul 08:18
Compare
Choose a tag to compare

CDMConnector 1.5.0

  • Get all tests passing on Databricks/Spark using odbc driver
  • Emulate temporary tables on Databricks/Spark when compute is called with temporary = TRUE
  • soft deprecate asDate in favor of as.Date
  • soft deprecate assertWriteSchema since cdm object are now required to always have a write schema
  • remove support for Capr cohort objects in generate_cohort_set to pass CRAN checks

v1.4.0

03 May 13:02
5a9d9c1
Compare
Choose a tag to compare

CDMConnector 1.4.0

  • fix issue on cran server
  • new omopgenerics methods

v1.3.1

15 Apr 09:49
Compare
Choose a tag to compare

CDMConnector 1.3.1

  • Bug fix for collapse cohort
  • dbplyr 2.5.0 fixes

v1.3.0

13 Feb 10:36
Compare
Choose a tag to compare

CDMConnector 1.3.0

  • Incorporate omopgenerics, add deprecation warning messages

v1.2.1

20 Jan 17:13
Compare
Choose a tag to compare

CDMConnector 1.2.1

  • Fix failing CRAN tests

v1.2.0

01 Nov 19:15
Compare
Choose a tag to compare

Compatibility with dbplyr v2.4.0

v1.1.4

21 Oct 12:40
Compare
Choose a tag to compare

Bug fix for recursive cdm reference issue.