jaybird icon indicating copy to clipboard operation
jaybird copied to clipboard

JDBC driver for Firebird

Results 60 jaybird issues
Sort by recently updated
recently updated
newest added

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...

component: jdbc driver
priority: major
type: sub-task

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...

fix-version: Jaybird 5
component: jdbc driver
priority: minor
type: task

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...

fix-version: Jaybird 5
component: jdbc driver
priority: major
type: improvement

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...

component: jdbc driver
priority: major
component: jni/jna layer
component: wire protocol
type: task

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...

component: jdbc driver
priority: major
type: improvement

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...

component: jdbc driver
priority: minor
type: improvement

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\),...

component: jdbc driver
priority: major
type: improvement

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...

component: jdbc driver
priority: major
type: bug
affect-version: Jaybird 2.1.6
affect-version: Jaybird 2.2
affect-version: Jaybird 4
affect-version: Jaybird 3.0.12

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...

component: jdbc driver
priority: major
type: new feature

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...

component: jdbc driver
priority: major
type: sub-task