Jaybird currently throws an exception when calling ResultSet.absolute(0). This should be changed to allow value 0. Between JDBC 2 (Java 1.3.1) and JDBC 3 (1.4.2) the javadoc of ResultSet.absolute was changed from
"Throws:
SQLException - if a database access error occurs, the row is 0, or the result set type is TYPE_FORWARD_ONLY"
to
"Throws:
SQLException - if a database access error occurs, or the result set type is TYPE_FORWARD_ONLY"
description: Jaybird currently throws an exception when calling ResultSet.absolute(0). This should be changed to allow value 0. Between JDBC 2 (Java 1.3.1) and JDBC 3 (1.4.2) the javadoc of ResultSet.absolute was changed from
"Throws:
SQLException - if a database access error occurs, the row is 0, or the result set type is TYPE_FORWARD_ONLY"
to
"Throws:
SQLException - if a database access error occurs, or the result set type is TYPE_FORWARD_ONLY"
=>
Jaybird currently throws an exception when calling ResultSet.absolute(0). This should be changed to allow value 0. Between JDBC 2 (Java 1.3.1) and JDBC 3 (1.4.2) the javadoc of ResultSet.absolute was changed from
"Throws:
SQLException - if a database access error occurs, the row is 0, or the result set type is TYPE_FORWARD_ONLY"
to
"Throws:
SQLException - if a database access error occurs, or the result set type is TYPE_FORWARD_ONLY"
Submitted by: @mrotteveel
Jaybird currently throws an exception when calling ResultSet.absolute(0). This should be changed to allow value 0. Between JDBC 2 (Java 1.3.1) and JDBC 3 (1.4.2) the javadoc of ResultSet.absolute was changed from
"Throws:
SQLException - if a database access error occurs, the row is 0, or the result set type is TYPE_FORWARD_ONLY"
to
"Throws:
SQLException - if a database access error occurs, or the result set type is TYPE_FORWARD_ONLY"
See also: http://stackoverflow.com/questions/39429401/jaybird-firebird-jdbc-absolute-method
Commits: d32747a
The text was updated successfully, but these errors were encountered: