jaybird
jaybird copied to clipboard
JDBC driver for Firebird
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...
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...
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...
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...
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...
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)
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...
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...
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...
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\.