[CBRD-26633] match the number and order of SP catalog attributes#6925
[CBRD-26633] match the number and order of SP catalog attributes#6925hyunikn merged 11 commits intoCUBRID:developfrom
Conversation
…ored_procedure_args, _db_stored_procedure_code
…talog initializer
…s using C macro trick
|
/run all |
🧪 TC Test Environment ReadyCircleCI Testing:
TC Repositories & Branches:
Next Steps:
|
|
Last reviewed commit: "code style" |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
|
Last reviewed commit: "minor" |
|
/run all |
|
Last reviewed commit: "refine _db_stored_pr..." |
|
/run all |
|
/run all |
|
Last reviewed commit: "temporary circleci c..." |
|
/run shell |
This reverts commit 304e710.
|
/run all |
|
Last reviewed commit: "Revert "temporary ci..." |
77726cf 는 attribute의 이름 문자열 벡터와 index enum 간의 순서와 갯수를 일치시키는 것이고, |
|
제 의견은 어느 정도의 의미가 일부만 반영함으로써 오는 이후 분석하는 사람의 혼동(다수의 카탈로그가 0으로 존재, 디버깅 코드만을 위한 인터페이스의 변경)에 비하면 미미하고 실제로 실수가 발생하기 어려운 구조(ex. SP의 경우 매크로를 추가하고 |
네. 그럼 필요성이 낮은 것으로 보고 그 commit 은 빼도록 하겠습니다. |
…efined" This reverts commit b6075e4.
|
Reviews (6): Last reviewed commit: "Revert "check the number of attributes b..." | Re-trigger Greptile |
|
@hyunikn 의견 반영 감사합니다. |
|
넵 현재는 trigger, collation, charset, dual 에서만 정의하고 있고 SP 또한 추가되기에 변경이 필수여야 하는지 궁금하여 여쭤보았습니다. |
|
@childyouth 저는 메크로를 사용하는 것이 좋겠으나 그 작업은 리팩토링이기 때문에 기능을 추가할 때는 따로 수정하진 않았습니다. |
|
/run all |
|
✅ TC Branch Finalized for Engine PR was merged. Cleanup Results:
TC develop branch is ready for the next PR. |
|
✅ TC Branch Finalized for Engine PR was merged. Cleanup Results:
TC develop branch is ready for the next PR. |
…log attributes (CUBRID#6925)
…log attributes (CUBRID#6925)
…RID#6925) * refine macro names of attribute names of _db_stored_procedure, _db_stored_procedure_args, _db_stored_procedure_code * use macro names for attribute names of SP related tables in system catalog initializer * match the indexes and names of attributes of sp related catalog tables using C macro trick * refine _db_stored_procedure_code attributes name to index mapping
…RID#6925) * refine macro names of attribute names of _db_stored_procedure, _db_stored_procedure_args, _db_stored_procedure_code * use macro names for attribute names of SP related tables in system catalog initializer * match the indexes and names of attributes of sp related catalog tables using C macro trick * refine _db_stored_procedure_code attributes name to index mapping
…RID#6925) * refine macro names of attribute names of _db_stored_procedure, _db_stored_procedure_args, _db_stored_procedure_code * use macro names for attribute names of SP related tables in system catalog initializer * match the indexes and names of attributes of sp related catalog tables using C macro trick * refine _db_stored_procedure_code attributes name to index mapping
http://jira.cubrid.org/browse/CBRD-26633
Purpose
Implementation
Remarks