[CBRD-27439] Exposure of hidden columns in PL/CSQL containing CTE queries - #7944
Open
beyondykk9 wants to merge 4 commits into
Open
beyondykk9 wants to merge 4 commits into
beyondykk9 wants to merge 4 commits into
Conversation
❌ TC Merge Gate — Merge BlockedOne or more TC PRs are still open. Please merge or close them before merging this PR. TC Repositories & Branches:
Steps to unblock:
|
🧪 TC Test Environment ReadyCircleCI Testing:
TC Repositories & Branches:
Next Steps:
|
Contributor
|
이전 리뷰의 두 메모리 관리 문제가 현재 코드에서 해소되었으며, 이번 후속 변경은 병합해도 안전해 보입니다. Reviews (2) · Last reviewed commit: "review feedback to code" |
Contributor
Author
|
@greptile 리뷰해줘 |
Contributor
Author
|
/run all |
Contributor
Author
|
/run all |
1 similar comment
Contributor
Author
|
/run all |
Contributor
Author
|
/run all |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
http://jira.cubrid.org/browse/CBRD-27439
Purpose
[CBRD-27334]에서 order by 처리를 위해 생성된 히든 컬럼이 PL/CSQL에서 select list에 노출되어 시멘틱 에러 발생하는 오류 수정
Implementation
PL에서 order by로 생성된 히든 컬럼이 포함된 static sql에 대해 히든 컬럼을 select list에 노출하지 않도록 parser코드 수정
Remarks
11.4 이하 버전에서는 WITH CTE쿼리를 머지하지 않으므로 발생하지 않음.