cubrid icon indicating copy to clipboard operation
cubrid copied to clipboard

[CBRD-25358] error handling when using for update clause for system tables such as db_root, dual, etc.

Open beyondykk9 opened this issue 1 year ago • 0 comments

http://jira.cubrid.org/browse/CBRD-25358

No errors occur when using the "for update" clause for system tables such as db_root and dual. Semantic error handling is required.

select /*+ recompile */ * from db_root for update;

expected result: ERROR: update is not autorized on db_root.

beyondykk9 avatar May 14 '24 01:05 beyondykk9