jaybird
jaybird copied to clipboard
JDBC driver for Firebird
Add support for COLUMN_DEF of DatabaseMetaData.getProcedureColumns
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...
Jaybird 6 will drop support for Java versions older than Java 17. Consider dropping Java version component from version number.
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...
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...
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...
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...
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...