Skip to content

Releases: OHDSI/WhiteRabbit

Generating ETL document as HTML or markdown

29 Jan 08:23
Compare
Choose a tag to compare

Added option to generate ETL document as HTML or markdown, in addition to Word.

Updating Oracle driver

18 Dec 10:18
Compare
Choose a tag to compare

Updating Oracle driver to the latest version.

v0.7.5

28 Jul 12:33
Compare
Choose a tag to compare

Added support for CDM version 5.3.1.

Fixes in test framework generator

13 Dec 08:14
Compare
Choose a tag to compare

The following changes have been made to the test framework generator:

  • Several bug fixes
  • Dropped distinction between test framework and test framework for packages
  • generateInsertSql() and generateTestSql() now have a databaseSchema argument, allowing to specify the database or schema to be used in the SQL.
  • Major refactoring, allowing for better code extensibility (1)

(1) ironically, for this to work I had to drop the RedShift-optimized variant. You can still run the test framework on RedShift by using SqlRender to translate the SQL to the RedShift dialect, but it will be slower.

Fix of bug on case-sensitive operating systems

17 Nov 08:37
Compare
Choose a tag to compare

Added CDM v5.2.0

14 Nov 08:12
Compare
Choose a tag to compare

Added CDM v5.2.0 as target schema, and have set it as the default.

Bug fixes for Oracle

02 Nov 07:00
Compare
Choose a tag to compare

Fixes two issues with Oracle:

  • Null exception when table is smaller than sample size
  • Exception when field is of type BLOB

Teradata, CDM v5.1.0 stem table, faster inserts for PDW

17 Aug 13:06
Compare
Choose a tag to compare

Updates:

  • WhiteRabbit support for Teradata.
  • Stem table added for CDM v5.1.0.
  • Test framework now has faster inserts for PDW (see documentation for explanation of new generateInsertSql function.

Added CDM v5.1.0

11 Jul 04:36
Compare
Choose a tag to compare

Added CDM v5.1.0 as target schema, and have set it as the default.

Added support for PDW. Fixes to stem table mappings

09 Jun 04:39
Compare
Choose a tag to compare
  • Added support for PDW
  • Dropped JTDS driver (alternative for Microsoft SQL Server driver)
  • SQL Server and PDW now use COUNT_BIG to count rows in table
  • Fixes to stem table mappings