-
Notifications
You must be signed in to change notification settings - Fork 126
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-25719] Fix an issue where [user_schema] was incorrectly stored or missing in the condition and action_definition columns of the db_trigger catalog during trigger creation or loaddb execution with legacy unload files #5729
Merged
+84
−9
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
…ondition columns of the db_trigger catalog when SP is included when performing create trigger, 2. When creating a trigger with the loaddb --no-user-specified-name utility, find the actual owner and modify it to save it in the db_trigger catalog, 3. When performing the unload utility, remove the owner’s [user_schema] from the action and condition columns.
…s the unload utility.
a1c8fcc
to
195ad20
Compare
…en into an unexecutable rewrite query.
… rewritten into an unexecutable rewrite query.
…rewritten into an unexecutable rewrite query.
… rewritten into an unexecutable rewrite query.
…rewritten into an unexecutable rewrite query.
…rewritten into an unexecutable rewrite query.
…s rewritten into an unexecutable rewrite query.
…ory management issue in the change_trigger_action_query function might be the cause and have made adjustments to address it.
ctshim
reviewed
Dec 24, 2024
ctshim
reviewed
Dec 24, 2024
ctshim
reviewed
Dec 24, 2024
ctshim
reviewed
Dec 24, 2024
beyondykk9
reviewed
Dec 24, 2024
github-checks / memory-monitor-check (pull_request) 에서 src/parser/compile.c: FAIL 된 이유
예제
해결방안개발 2팀 희수님이 담당으로 알고있어 관련 내용을 전달했습니다. |
kangmin5505
approved these changes
Jan 3, 2025
다음 PR (CUBRID/cubrid-testcases#2019) 에서 test_sql 과 test_plcsql 의 TC 답안지를 수정 합니다. |
ctshim
approved these changes
Jan 6, 2025
hyunikn
approved these changes
Feb 7, 2025
hgryoo
reviewed
Feb 10, 2025
hgryoo
reviewed
Feb 10, 2025
hgryoo
approved these changes
Feb 10, 2025
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-25719
Purpose
Implementation
CREATE TRIGGER 동작 순서 수정
Remarks
N/A