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 Firebird Embedded is rather complicated to deploy correctly\. It would be helpful if it is possible to deploy as a single jar, which is then extracted appropriately...

fix-version: Jaybird 5
priority: major
component: jni/jna layer
type: new feature

NOTE: This ticket describes and discusses a potential change, and is not a statement of intent or promise to actually make this change. In JDBC 3.0 and earlier, section 10.1...

priority: minor
type: improvement

New OO API interfaces implementations and tests for them. Classes are in a separate package org.firebirdsql.nativeoo.gds.ng by analogy with existing JNA implementations. Some batch interfaces (FbBatch, etc.) have been added...

CLA Signed

To be able to use service calls with a user in a database-specific security database, a database name must be passed in `isc_spb_expected_db`, so Firebird can lookup the appropriate security...

type: new feature

We're currently creating separate artifacts per Java version. Creating a Multi-Release JAR might allow us to reduce to a single artifact. Investigate the possibilities and limitations. See also: https://blog.gradle.org/mrjars Possible...

fix-version: Non-version tasks

See [jdp-2021-03: Drop Firebird 2.5 support](https://github.com/FirebirdSQL/jaybird/blob/master/devdoc/jdp/jdp-2021-03-drop-firebird-2-5-support.md)

component: jdbc driver
type: new feature
fix-version: Jaybird 6

Submitted by: @mrotteveel In all existing versions of Jaybird it is not possible to execute CREATE DATABASE using a JDBC statement\. This will yield a "java\.sql\.SQLSyntaxErrorException: Dynamic SQL Error; SQL...

component: jdbc driver
priority: major
type: new feature

Submitted by: @mrotteveel Internally, FBStatement also prepares the statement, and keeps it prepared until the next statement is executed\. It would probably be a good idea to automatically unprepare \(free...

fix-version: Jaybird 5
priority: major
type: improvement
affect-version: Jaybird 4.0.2
affect-version: Jaybird 3.0.10

Submitted by: @mrotteveel Create test for FBMaintenanceManager limbo transactions with multi\-site transaction\. Currently tests only with single transactions\. I haven't identified a way to create multi\-site transactions using Jaybird, so...

component: jdbc driver
priority: major
type: task

Submitted by: @mrotteveel For debugging/diagnosis purposes it would be good to have the actual field type \(or the field class name\) in the TypeConversionExceptions thrown from FBField\.

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