firebird
firebird copied to clipboard
Firebird server, client and tools
Resolves #7986
Versions: firebird 5.0.0.1306 gcc 13.2.1 This means the resulting static library will be built without for example distribution hardening. This results in all the firebird binaries that link to that...
If a primary record version has a transaction number which is greater than NT and seems corrupted, its state will be treated as tra_active to avoid an attempt to fetch...
Submitted by: @kattunga Votes: 32 Native JSON datatype for columns is a must have today\. With the feature present some workflows could be done in ACID SQL databases without moving...
FB5 slower execution by List Scan vs Bitmap Or Compare result between FB3 vs FB5 RC2 recent snapshot. use scripts and data generator from https://github.com/FirebirdSQL/firebird/issues/7904 and add this: ```SQL CREATE...
Submitted by: @aafemt It would be good to have a way to find out which protocols \(block formats\) are supported by IReplicator interface\.
At first it is not about `INFORMATION_SCHEMA` and not about `ISQL`. Currently multiple software must reinvent the wheel and analize what some information in system tables mean. Will be good...
Currently, when index is build, any modifications of table data is not allowed. This is required to create correct index not missing new keys inserted during the build. The time...
Ability to automatically choose existing index to check FK constraint allows to lower number of indices and consume less disk and CPU resources.