Closed vpapez closed 2 years ago
I have seen this too . . . I think a double quote removes the issue?
Tagging @mgadetta
I have seen this too . . . I think a double quote removes the issue?
Tagging @mgadetta
Yup, probably. I put a table name variable in front of it which worked fine as well (ln 21: 'case when count_big(cdmTable.@cdmFieldName) = 0 then 0')
duplicate issue around offset. PR #273 fixes this by removing offset from being evaluated altogether as it is a reserved word in many DBMS's and has been causing problems.
Field_cdm_field.sql script returns a syntax error (log). A name of the attribute 'offset' (OMOP CDM table 'note_nlp') is also a postgresql keyword. Issue probably occurs due to the latest commit.
Environment: Postgresql v 11:11, OMOP CDM v5.3.1, DQD v1.3.1