
If you were logged in you would be able to see more operations.
|
|
|
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).
|
Description
|
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). |
Show » |
There are no comments yet on this issue.
|
|