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-904] Add connection error handling #56

Merged
merged 2 commits into from
Apr 1, 2022

Conversation

airnet73
Copy link
Contributor

@airnet73 airnet73 commented Apr 1, 2022

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

Purpose
You can connect to the server using SQLDriverConnect().
The connection method can be used using DSN and connection url. At this time, if autocommit is not set, it may be null. The cause of the connection error is that autocommit, which is null, was compared with a string.
Exception handling is required when autocommit is null.

Implementation
N/A

Remarks
N/A

@airnet73 airnet73 requested a review from kisoo-han April 1, 2022 02:17
@airnet73 airnet73 self-assigned this Apr 1, 2022
@airnet73 airnet73 changed the title Apis 904 [APIS-904] Add connection error handling Apr 1, 2022
@airnet73 airnet73 merged commit d0ee7c4 into CUBRID:develop Apr 1, 2022
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