Mark Rotteveel
Mark Rotteveel
The conversion of non-TEXT blobs in BLOB_APPEND is not consistent, that is the behaviour for the first argument is different compared to subsequent arguments. As a simple example, against the...
Microsoft actively discourages using the [`SIO_LOOPBACK_FAST_PATH`](https://docs.microsoft.com/en-us/windows/win32/winsock/sio-loopback-fast-path) socket option: > **Important** The **SIO_LOOPBACK_FAST_PATH** is deprecated and is not recommended to be used in your code. As such, the `TcpLoopbackFastPath` configuration option...
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...
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)
When inserting or updating a too long value of a UNICODE_FSS column while connecting with connection character set UNICODE_FSS, the insert succeeds without error, but the value is truncated. When...
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...