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

Current SQLState assigned to FBSQLException.SQL_STATE_INVALID_ARG_VALUE might be wrong [JDBC210] #259

Closed
firebird-automations opened this issue Dec 17, 2011 · 2 comments

Comments

@firebird-automations
Copy link

Submitted by: @mrotteveel

Assigned to: Roman Rokytskyy (rrokytskyy)

The current value for FBSQLException.SQL_STATE_INVALID_ARG_VALUE might be wrong. It currently has value HY009 which is the sqlstate for "Invalid use of null pointer". It looks like it was a direct rename of S1009 (which is 'invalid argument value')

It looks like most uses in Jaybird should be 22003 (numeric value out of range), or HY024 (Invalid attribute value).

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

priority: Major [ 3 ] => Trivial [ 5 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Component: JDBC driver [ 10053 ]

@mrotteveel mrotteveel self-assigned this Jan 23, 2023
mrotteveel added a commit that referenced this issue Jun 4, 2023
Also some message cleanup
@mrotteveel mrotteveel added this to the v6-initial milestone Jun 24, 2023
tweimer pushed a commit to tweimer/jaybird that referenced this issue Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants