-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
ResultSet wasNull throws exception on insert row #816
Comments
The javadoc for
So possibly just dropping that check is the simplest and correct fix. |
To be frontported to Jaybird 6 as well. |
Thanks for this fix and the archives made available. |
As reported on firebird-java - Error: No row available for wasNull., the method
wasNull
throws an exception when on the insert row.This can be reproduced with the program provided by Pierre Vacher:
producing the exception:
The text was updated successfully, but these errors were encountered: