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] backport: error handling when using for update clause for inline view (#5882) #5930

Open
wants to merge 3 commits into
base: release/11.2
Choose a base branch
from

Conversation

beyondykk9
Copy link
Contributor

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

Purpose

인라인 뷰의 경우, FOR UPDATE 대상에서 제외하도록 합니다. 그리고 FOR UPDATE OF a_name 구문에서, a_name이 인라인 뷰인 경우 a_name이 INVALID하다는 에러로 처리합니다.

Implementation

Backport

Remarks

11.2.10 패치에도 적용합니다.

…ine view (CUBRID#5882)

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

인라인 뷰의 경우, FOR UPDATE 대상에서 제외하도록 합니다. 그리고 FOR UPDATE OF a_name 구문에서, a_name이 인라인 뷰인 경우 a_name이 INVALID하다는 에러로 처리합니다.
@beyondykk9 beyondykk9 added this to the 11.2 Patch 10 milestone Feb 24, 2025
@beyondykk9 beyondykk9 self-assigned this Feb 24, 2025
@beyondykk9 beyondykk9 requested a review from ctshim February 26, 2025 01:02
@beyondykk9 beyondykk9 changed the title [CBRD-25358] rev: error handling when using for update clause for inline view (#5882) [CBRD-25358] backport: error handling when using for update clause for inline view (#5882) Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants