Some views raises erros when opened
Status: Beta
Brought to you by:
eduardo-costa
Some type of views does not have rowids. In these
cases, TableDataPanel must not include rowid in select
clause. The real problem is how to detect the updatable
views.
Examples of view that reproduce the problem are the
system views.
One possible solution is using metadata. "sys.view$"
has "property" and "flags" columns, but no
documentation. Searching in Google, a value of 16384
seems to be a "read-only" flag.