jaybird icon indicating copy to clipboard operation
jaybird copied to clipboard

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

Open firebird-automations opened this issue 13 years ago • 2 comments

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 avatar Dec 17 '11 15:12 firebird-automations

Modified by: @mrotteveel

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

firebird-automations avatar Sep 15 '12 21:09 firebird-automations

Modified by: @mrotteveel

Component: JDBC driver [ 10053 ]

firebird-automations avatar Oct 22 '12 13:10 firebird-automations