jaybird
jaybird copied to clipboard
Current SQLState assigned to FBSQLException.SQL_STATE_INVALID_ARG_VALUE might be wrong [JDBC210]
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).
Modified by: @mrotteveel
priority: Major [ 3 ] => Trivial [ 5 ]
Modified by: @mrotteveel
Component: JDBC driver [ 10053 ]