Closed larshalvorsen closed 3 years ago
Describe the bug Setting the parameter validateSchema to TRUE causes an error:
org.postgresql.util.PSQLException: ERROR: column "qualifier_source_value" does not exist Position: 5822
Looking at the error log, it expects to find this field in the procedure_occurrence table - there is no such field in this table. errorReportSql.txt
procedure_occurrence
To Reproduce Steps to reproduce the behavior: Set the parameter validateSchema = TRUE in the catalogueExport function call.
validateSchema = TRUE
I decided to remove this option.
Describe the bug Setting the parameter validateSchema to TRUE causes an error:
Looking at the error log, it expects to find this field in the
procedure_occurrence
table - there is no such field in this table. errorReportSql.txtTo Reproduce Steps to reproduce the behavior: Set the parameter
validateSchema = TRUE
in the catalogueExport function call.