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-1023] Add auto_generatedkeys_result_set flag setting in PrepareStatement's executeUpdate #58

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

Srltas
Copy link
Contributor

@Srltas Srltas commented Feb 10, 2025

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

Purpose
RETURN_GENERATED_KEYS가 설정된 PrepareStatement에서 executeUpdate()를 실행한 후 getGeneratedKeys()를 호출했을 때 ResultSet이 반환되지 않는 문제를 해결합니다.

Implementation
Statement의 auto_generatedkeys_result_set 플래그 값을 설정할 수 있도록 조건 추가

Remarks
N/A

@Srltas Srltas added the bug Something isn't working label Feb 10, 2025
@Srltas Srltas requested review from Kang-dot and hwany7seo February 10, 2025 23:51
@Srltas Srltas self-assigned this Feb 10, 2025
@Srltas Srltas merged commit c2067c3 into CUBRID:develop Feb 12, 2025
3 checks passed
@Srltas Srltas deleted the APIS-1023 branch February 12, 2025 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants