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-25356] rename att_name in db_serial to attr_name #5346

Draft
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

vimkim
Copy link
Contributor

@vimkim vimkim commented Jul 22, 2024

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

문제점

;sc db_serial
att_name CHARACTER VARYING(...)
;sc db_attribute
attr_name CHARACTER VARYING(255)

att_name과 attr_name으로 서로 다르게 출력됩니다.

해결책

attr_name으로 통일했습니다.

;sc db_serial을 입력하면

att_name -> attr_name

위와 같이 결과가 바뀌게 됩니다.

참고

이 PR은 #5337 를 새로 만든 버전입니다.

기존 PR은 당시 입사 2주차인지라 사내 브랜치 권한에 대한 제한을 몰랐던 저의 잘못된 판단에 의해
upstream feature 브랜치에 직접 푸시되었으나,
feature 브랜치에 대한 rebase, --force-with-lease 등의 권한이 없다는 사실을 알게 되어
오류를 정정하고 fork repo로부터 pr을 새로 만들었습니다.

새로운 PR은 기존 PR에 표기된 @hornetmj 님의 리뷰를 모두 반영합니다.

@vimkim vimkim marked this pull request as ready for review July 22, 2024 06:52
src/storage/storage_common.h Outdated Show resolved Hide resolved
@vimkim vimkim marked this pull request as draft July 29, 2024 05:06
@vimkim vimkim force-pushed the feature/rename_att_name_in_db_serial branch 2 times, most recently from 356fb38 to 3c048c3 Compare July 29, 2024 05:17
@vimkim
Copy link
Contributor Author

vimkim commented Jul 29, 2024

모든 리뷰를 통과하는 도중에
authenticate.c 가 여러 개의 파일로 리팩토링되어 merge conflict가 발생했습니다.

따라서 현재 브랜치를 upstream/develop에 rebase했습니다. (git merge --ours와 동일합니다)
authenticate.c에 적용된 변경사항을 authenticate_owner.cpp에 재적용했습니다.
변경 내용은 동일합니다.

@vimkim vimkim force-pushed the feature/rename_att_name_in_db_serial branch from 3c048c3 to 2dc573e Compare August 13, 2024 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants