Hi,
How can I get op_crypt_key_callback during op_connect to test P15 (as I see in
protocol.h
(https://github.com/FirebirdSQL/firebird/blob/master/src/remote/protocol.h#L86))?
My hope was that encrypting security database would do the trick, but even in
this case I get op_cond_accept after sen
On 2021-12-06 19:10, Jiří Činčura wrote:
IIRC, the only real change in protocol 14 was
Yeah. Not really worth the effort I meant, it will be "solved" by 15
implementation.
Yeah, I did the same in Jaybird: skipped implementation of protocol 14.
Mark
Firebird-Devel mailing list, web interfac
Hi!
I've created build environments for Firebird (master at this moment) for
Windows and Linux (both 32 and 64 bits) in Docker.
Note that this is not Docker image with Firebird. It's a builder
environment.
This serves mainly for three purposes:
- Have better environments to run in GitHub Actions