Bernhard S
Member³
Currently the templates are unaware of virtual columns. They get listed in INSERT and UPDATE statements like any other column, but when you use them you end up with errors like
Those templates should just use changeable=non-virtual columns.
Also in code assistant for an insert/update statement it would be great if virtual columns are not just showing up like any other, really usable column in this context.
Code:
ORA-54017: UPDATE operation disallowed on virtual columns
Those templates should just use changeable=non-virtual columns.
Also in code assistant for an insert/update statement it would be great if virtual columns are not just showing up like any other, really usable column in this context.