FirebirdSQL / jaybird

JDBC driver for Firebird
https://firebirdsql.org/en/jdbc-driver/
GNU Lesser General Public License v2.1
91 stars 23 forks source link

Review (and revise) FBCallableStatement implementation [JDBC297] #343

Open firebird-automations opened 11 years ago

firebird-automations commented 11 years ago

Submitted by: @mrotteveel

Is related to JDBC296 Is related to JDBC229 Is related to JDBC289 Relate to JDBC350 Relate to JDBC402

The current implementation of FBCallableStatement has several problems (see JDBC229, JDBC296), it is not fully JDBCcompliant and I have the feeling that it doesn't support all stored procedure options of Firebird (although that needs more research). The FBCallableStatement needs a thorough review and parts may need to be rewritten.

firebird-automations commented 11 years ago
Modified by: @mrotteveel Fix Version: Jaybird 2\.3 \[ 10440 \]
firebird-automations commented 11 years ago
Modified by: @mrotteveel Link: This issue is related to [JDBC296](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC296+in%3Atitle) \[ [JDBC296](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC296+in%3Atitle) \]
firebird-automations commented 11 years ago
Modified by: @mrotteveel Link: This issue is related to [JDBC229](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC229+in%3Atitle) \[ [JDBC229](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC229+in%3Atitle) \]
firebird-automations commented 11 years ago
Modified by: @mrotteveel Link: This issue is related to [JDBC289](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC289+in%3Atitle) \[ [JDBC289](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC289+in%3Atitle) \]
firebird-automations commented 10 years ago
Modified by: @mrotteveel Link: This issue relate to [JDBC350](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC350+in%3Atitle) \[ [JDBC350](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC350+in%3Atitle) \]
firebird-automations commented 9 years ago
Modified by: @mrotteveel Link: This issue relate to [JDBC402](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC402+in%3Atitle) \[ [JDBC402](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC402+in%3Atitle) \]
firebird-automations commented 8 years ago
Modified by: @mrotteveel Fix Version: Jaybird 3\.1 \[ 10441 \] Fix Version: Jaybird 3\.0 \[ 10440 \] =\>
firebird-automations commented 7 years ago
Modified by: @mrotteveel Fix Version: Jaybird 4 \[ 10441 \] =\>
mrotteveel commented 2 weeks ago

See also issue #775 for something that needs to be addressed when working on this.