Skip to content

[CBRD-27242] allow unqualified column name to find a column index in a ResultSet - #7712

Merged
hyunikn merged 4 commits into
CUBRID:developfrom
hyunikn:cbrd-27242-jsp-find-column
Aug 18, 2026
Merged

hyunikn merged 4 commits into
CUBRID:developfrom
hyunikn:cbrd-27242-jsp-find-column

Conversation

@hyunikn

@hyunikn hyunikn commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

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

Purpose

서버사이드 JDBC 의 ResultSet.findMethod() 구현에서 (조희 결과에서 컬럼 이름으로 컬럼 인덱스를 찾는 메소드)
사용자가 SLECT query에 컬럼을 T.col 이라고 썼을 때 findMethod() 의 인자로 "col" 을 허용하도록 수정.
현재는 "T.col" 이라고 써야 동작.
(참고: JDBC 구현에서는 반대로 "col" 이라고 써야 동작. "T.col" 이라고 쓰면 에러)

…en a qualified name used in the SELECT statement.
@github-actions

github-actions Bot commented Aug 14, 2026

Copy link
Copy Markdown

✅ TC Merge Gate — Merge Allowed

All TC PRs are merged, closed, or not present.

TC Repositories & Branches:

  • cubrid-testcases: No open TC PR (merged, closed, or not created)
  • cubrid-testcases-private-ex: No open TC PR (merged, closed, or not created)

@github-actions

Copy link
Copy Markdown

🧪 TC Test Environment Ready

CircleCI Testing:

  • CircleCI will automatically test using the branches below.

TC Repositories & Branches:

Next Steps:

  1. Wait for CircleCI tests to complete
  2. If CircleCI tests failed, please check the test results and fix the issues.
  3. When ready to merge this PR, please merge the TC PR first, then merge this PR.

@hyunikn hyunikn changed the title allow unqualified column name to find a column in a ResultSet even when a qualified column name used in the SELECT statement. [CBRD-27242] allow unqualified column name to find a column index in a ResultSet Aug 14, 2026
@hyunikn

hyunikn commented Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

@greptile 코드 리뷰 해 주세요.

@greptile-apps

greptile-apps Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Reviews (1): Last reviewed commit: "allow unqualified column name to find a ..." | Re-trigger Greptile

@hyunikn

hyunikn commented Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

/run all

@hyunikn
hyunikn marked this pull request as ready for review August 14, 2026 05:46
@hyunikn
hyunikn requested a review from beyondykk9 as a code owner August 14, 2026 05:46
@greptile-apps

greptile-apps Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Reviews (2): Last reviewed commit: "minor: comment" | Re-trigger Greptile

@hyunikn

hyunikn commented Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

/run all

1 similar comment
@hyunikn

hyunikn commented Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

/run all

@hyunikn

hyunikn commented Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

/run shell

@hyunikn
hyunikn merged commit f69b0ee into CUBRID:develop Aug 18, 2026
12 of 13 checks passed
hyunikn added a commit to hyunikn/cubrid that referenced this pull request Aug 18, 2026
@github-actions

Copy link
Copy Markdown

TC Branch Finalized for cubrid-testcases

Engine PR was merged.

Cleanup Results:

  • Branch tc/pr-7712: Deleted

TC base branch is ready for the next PR.

@github-actions

Copy link
Copy Markdown

TC Branch Finalized for cubrid-testcases-private-ex

Engine PR was merged.

Cleanup Results:

  • Branch tc/pr-7712: Deleted

TC base branch is ready for the next PR.

hyunikn added a commit to hyunikn/cubrid that referenced this pull request Aug 18, 2026
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.

2 participants