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

Added SQLState 22005 to driver conversion exceptions #2185

Merged
merged 2 commits into from Aug 17, 2023
Merged

Added SQLState 22005 to driver conversion exceptions #2185

merged 2 commits into from Aug 17, 2023

Conversation

tkyc
Copy link
Member

@tkyc tkyc commented Aug 4, 2023

Fix for #2167.

Driver by default returns SQL-99 state codes. If xopenStates is set to true, driver will return X\Open state codes. SQLState code 22005 is the same in both value and meaning for SQL-99 and X\Open standards.

SQL-99 source: https://github.com/crate/sql-99/blob/main/docs/chapters/47.rst

X\Open source: xopen_sql_states.pdf

@lilgreenbird lilgreenbird added this to In progress in MSSQL JDBC via automation Aug 9, 2023
@lilgreenbird lilgreenbird added this to the 12.5.0 milestone Aug 17, 2023
@tkyc tkyc merged commit 89e6094 into main Aug 17, 2023
17 checks passed
MSSQL JDBC automation moved this from In progress to Closed/Merged PRs Aug 17, 2023
@tkyc tkyc deleted the issue-2167 branch August 17, 2023 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
MSSQL JDBC
  
Closed/Merged PRs
Development

Successfully merging this pull request may close these issues.

None yet

3 participants