jaybird
jaybird copied to clipboard
JDBC driver for Firebird
Submitted by: @mrotteveel Jira\_subtask\_inward [JDBC308](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC308+in%3Atitle) As described in the parent issue, the current behavior of metadata ResultSets lead to some problems\. Change the existing fix so casts to VARCHAR\(31\) are...
Submitted by: @mrotteveel Relate to [JDBC305](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC305+in%3Atitle) Relate to [JDBC304](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC304+in%3Atitle) The behavior of closing ResultSets in autocommit mode might be too restrictive\. Identify current behavior in Jaybird and other drivers, and...
Submitted by: @mrotteveel Is related to [JDBC464](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC464+in%3Atitle) Is related to [JDBC470](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC470+in%3Atitle) As shown in [JDBC464](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC464+in%3Atitle) metadata statement handling has some issues\. Currently it piggybacks on the active transaction, but maybe...
Submitted by: @mrotteveel Is related to [JDBC307](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC307+in%3Atitle) The fix for [JDBC307](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC307+in%3Atitle) goes through a number of layers to not close the serverside cursor on commit/rollback \(as this is done automatically...
Submitted by: @mrotteveel The creation of prepared statement relies on too much being done in the constructor\. This should be reviewed and revised, maybe with statement preparation being moved to...
Submitted by: @mrotteveel Is related to [JDBC292](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC292+in%3Atitle) Cleanup of statement parsing\. Especially with FBCallableStatement and FBEscapedCallParser as it currently does additional \(repeated\) parsing of the query text which is no...
Submitted by: @mrotteveel Is related to [JDBC292](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC292+in%3Atitle) Relate to [JDBC229](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC229+in%3Atitle) Relate to [JDBC297](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC297+in%3Atitle) Relate to [JDBC402](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC402+in%3Atitle) The \{call \.\.\.\}\-escape should be supported on Statement, PreparedStatement and CallableStatement \(in various degrees\),...
Submitted by: @mrotteveel Is related to [JDBC296](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC296+in%3Atitle) Relate to [JDBC297](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC297+in%3Atitle) Relate to [JDBC350](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC350+in%3Atitle) The AbstractDatabaseMetaData\.getProcedureColumns\(\) metadata describes the RETURNS columns as DatabaseMetaData\.procedureColumnOut, this is conceptually incorrect as Firebird does not...
Submitted by: @mrotteveel [JDBC527](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC527+in%3Atitle) added support for database encryption callback support with a static reply\. Introduce support for database encryption callback plugins so database encryption plugins that require a dynamic...
Submitted by: @mrotteveel Jira\_subtask\_inward [JDBC288](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC288+in%3Atitle) Relate to [JDBC297](https://github.com/FirebirdSQL/jaybird/issues?q=JDBC297+in%3Atitle) Review class hierarchy of FBStatement, FBPreparedStatement and FBCallableStatement to see if it is sensible that FBPreparedStatement extends FBStatement and that FBCallableStatement extends...