firebird
firebird copied to clipboard
Firebird server, client and tools
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...
As the #3750 is now in pull requests and will be soon available, i have moved my comment into new feature request for simpler processing. Please add `partial referential constraints`...
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...
As requested in #3750. Also supported by MS SQL, PostgreSQL, SQLite, MongoDB. Brief description can be found in [Wikipedia](https://en.wikipedia.org/wiki/Partial_index).
Submitted by: @dyemanov Votes: 1 The existing equality index scan deals with a single value and returns a bitmap matching that value\. It could be extended to match several values...
If you have a PK field that is also a FK field, you end up with two identical indexes. It would be nice to extend the creation of a foreign...
Submitted by: Vladimir Arkhipov (arkinform) Votes: 4 Example: CREATE UNIQUE INDEX orders\_number\_idx ON orders \(number\) WHERE number is not null Description from "A partial index is an index built over...
The script below works in 3.0 (all architectures) and in 4+ (Supersever only). But 4+ Classic and Superclassic on Linux fail with the error "Your user name and password are...
First of all please be gentle, I'm not a multithreaded software expert. This is my atemtp to build Firebird 4.0.1.2692-0 under Solaris 10 x86 with GCC 8.5. There are two...
Add support for loongarch64, please review, thanks!