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-db opened this issue 3 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")).