waltz icon indicating copy to clipboard operation
waltz copied to clipboard

Unknown as column name not allowed on h2 - requires rename

Open jessica-woodland-scott opened this issue 4 years ago • 0 comments

data_type table has column 'unknown', this is a reserved word in h2, need to be renamed to 'is_unknown'.

Workaround currently is to use DATA_TYPE.asterisk() and to specify field as .as(DSL.quotedName("unknown")).

jessica-woodland-scott avatar Aug 26 '21 13:08 jessica-woodland-scott