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

Add support for COLUMN_DEF of DatabaseMetaData.getProcedureColumns

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

Previously, the Firebird builds produced a MSG.FDB which contained error information, which is used by the `MessageDump` utility to generate error message and sqlstate files. In Firebird 5.0, this was...

fix-version: Jaybird 5

Use module system for Jaybird.

component: jdbc driver
fix-version: Jaybird 6

Jaybird 6 will drop support for Java versions older than Java 17. Consider dropping Java version component from version number.

component: jdbc driver
fix-version: Jaybird 6

After migration to Gradle, the publish to the Sonatype snapshot repository works, but maybe some additional changes are needed for publishing to Maven Central. Verify and if necessary address this...

fix-version: Jaybird 5

Currently, when a TYPE_FORWARD_ONLY is requested with HOLD_CURSORS_OVER_COMMIT, the result set is "upgraded" to TYPE_SCROLL_INSENSITIVE and a warning is registered. This upgrade is done because when using TYPE_SCROLL_INSENSITIVE, the entire...

component: jdbc driver
type: improvement

Now that wire protocols 12 and older are disabled by default (#733), it is more likely users will received `isc_connect_reject` (i.e. when connecting to Firebird 2.5 and older). To avoid...

type: improvement

Currently, the method `FBProcedureCall.checkParameters()` doesn't actually do what it claims to do (checking if all parameters are set). The most obvious example of this is that `FBEscapedParser.convertProcedureCall` calls it, and...

component: jdbc driver
type: bug
type: task

Currently the SPDX identifier of Jaybird is listed in README.md. Expand this to all files and the JAR itself. Things to do (NOTE: this is not necessarily the order these...

type: task