Releases: OHDSI/WhiteRabbit
Releases · OHDSI/WhiteRabbit
Generating ETL document as HTML or markdown
Added option to generate ETL document as HTML or markdown, in addition to Word.
Updating Oracle driver
Updating Oracle driver to the latest version.
v0.7.5
Added support for CDM version 5.3.1.
Fixes in test framework generator
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()
andgenerateTestSql()
now have adatabaseSchema
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
This release should solve #143
Added CDM v5.2.0
Added CDM v5.2.0 as target schema, and have set it as the default.
Bug fixes for Oracle
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
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
Added CDM v5.1.0 as target schema, and have set it as the default.
Added support for PDW. Fixes to stem table mappings
- 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