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 #5337

Closed
wants to merge 2 commits into from

Conversation

vimkim
Copy link
Contributor

@vimkim vimkim commented Jul 18, 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

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

@vimkim vimkim marked this pull request as ready for review July 18, 2024 06:23
src/storage/storage_common.h Show resolved Hide resolved
src/executables/unload_schema.c Show resolved Hide resolved
src/object/class_object.c Show resolved Hide resolved
@vimkim vimkim closed this Aug 28, 2024
@mhoh3963 mhoh3963 deleted the feature/rename_att_name_in_db_serial branch October 10, 2024 23:45
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