EHDEN / CdmInspection

R Package to support quality control inspection of an OMOP-CDM instance
Apache License 2.0
11 stars 16 forks source link

ITTM: Provide name for emtpy string column. #103

Closed marianapina closed 5 months ago

marianapina commented 7 months ago

ITTM: Query with no column name (retrieving empty string '') in mapping_completeness.sql gives error when running CDMInspection ("SQLServerException: No column name was specified for column 1 of 'T'."), as a solution we named this column and CDMInspection works fine.

MaximMoinat commented 5 months ago

Thanks Mariana, we will fix this.