cds-dbs icon indicating copy to clipboard operation
cds-dbs copied to clipboard

chore: unify physical elements check

Open BobdenOs opened this issue 1 year ago • 3 comments

Add an exists(<element>) function into cqn2sql to unify checking whether an element exists in the database.

element.virtual // virtual does not exist on the database
element.value // calculated column cannot be written into
element.isAssociation // associations are meta columns that cannot be addressed

BobdenOs avatar Jan 11 '24 14:01 BobdenOs