-
Notifications
You must be signed in to change notification settings - Fork 123
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-25707] With the addition of [user_schema] to SP, the --no-user-specified-name option of the loaddb utility has been fixed to function correctly, even when SPs are included in unload files from the past. #5659
Merged
jongmin-won
merged 7 commits into
CUBRID:feature/plcsql-p1n
from
jongmin-won:plcsql-p1n-CBRD-25707
Dec 10, 2024
Merged
[CBRD-25707] With the addition of [user_schema] to SP, the --no-user-specified-name option of the loaddb utility has been fixed to function correctly, even when SPs are included in unload files from the past. #5659
jongmin-won
merged 7 commits into
CUBRID:feature/plcsql-p1n
from
jongmin-won:plcsql-p1n-CBRD-25707
Dec 10, 2024
Conversation
This file contains 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
…e option of the loaddb utility has been fixed to function correctly, even when SPs are included in unload files from the past.
jongmin-won
requested review from
hgryoo,
vimkim,
hyunikn,
kangmin5505 and
ctshim
December 4, 2024 03:42
beyondykk9
reviewed
Dec 4, 2024
beyondykk9
reviewed
Dec 4, 2024
beyondykk9
reviewed
Dec 4, 2024
beyondykk9
reviewed
Dec 4, 2024
ctshim
approved these changes
Dec 4, 2024
hyunikn
reviewed
Dec 5, 2024
hyunikn
approved these changes
Dec 5, 2024
kangmin5505
reviewed
Dec 5, 2024
beyondykk9
approved these changes
Dec 5, 2024
hgryoo
reviewed
Dec 5, 2024
kangmin5505
approved these changes
Dec 9, 2024
vimkim
approved these changes
Dec 9, 2024
…reated the jsp_find_sp_of_another_owner() function to make the logic for locating of the SP unique_name more readable.
f611049의 commit 수정 내용은 jsp_cl.cpp 파일에서 jsp_* 관련 함수 순서 정렬 및 주석 내용을 정리했습니다. |
hgryoo
approved these changes
Dec 9, 2024
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-25707
Purpose
11.2v 이전 버전([user_schema]가 없는 버전)에서, View 테이블 내에 SP가 포함된 언로드 파일을 --no-user-specified-name 옵션과 함께 로드할 때 loaddb가 실패하는 문제를 수정했습니다.
Repro
Expected
Implementation
N/A
Remarks