Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 27, 2024

Conversation

beyondykk9
Copy link
Contributor

@beyondykk9 beyondykk9 commented May 14, 2024

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 beyondykk9 added bug legacy inherited legacy issues labels May 14, 2024
@beyondykk9 beyondykk9 added this to the fig-cake milestone May 14, 2024
@beyondykk9 beyondykk9 self-assigned this May 14, 2024
@beyondykk9 beyondykk9 merged commit fcce39e into CUBRID:develop May 27, 2024
9 checks passed
@beyondykk9 beyondykk9 deleted the CBRD-25358 branch May 27, 2024 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug legacy inherited legacy issues
Projects
None yet
5 participants