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

[APIS-1000] Improve ResultSetMetaData return value for multi-schema support #54

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

Srltas
Copy link
Contributor

@Srltas Srltas commented Sep 11, 2024

http://jira.cubrid.org/browse/APIS-1000

Purpose
ResultSetMetaData 객체의 getSchemaName() 메서드는 빈 문자열을 반환하고, getTableName() 메서드는 [schemaName.tableName] 형식의 문자열을 반환합니다.
멀티 스키마를 지원하는 버전에서는 이러한 동작으로 인해 스키마 이름과 테이블 이름을 명확하게 구분하기 어렵습니다. 이를 개선하기 위해 getSchemaName()getTableName() 메서드의 반환 값을 수정합니다.

Implementation
getSchemaName():

  • 멀티 스키마를 지원하는 경우, 컬럼의 실제 스키마 이름을 반환
  • 멀티 스키마를 지원하지 않는 경우, 빈 문자열 ("") 반환

getTableName():

  • 스키마 이름을 포함하지 않고, 테이블 이름만 반환하도록 수정

Remarks
N/A

@Srltas Srltas self-assigned this Sep 11, 2024
@Srltas Srltas merged commit 198918c into CUBRID:develop Sep 20, 2024
3 checks passed
@Srltas Srltas deleted the APIS-1000 branch September 20, 2024 01:25
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.

4 participants