firebird
firebird copied to clipboard
Firebird server, client and tools
Deadlock is possible when index deletion and creation are performed in the same transaction and a deleted index is used by a computed field expression. Each worker attachment loads table's...
The issue was found on FB3 due to failed QA test for CORE-5602. While the test runs successfully on FB4-FB6, the issue is common for all versions. The test case...
Submitted by: kohan_gg (kohan_gg) Is duplicated by [CORE1768](https://github.com/FirebirdSQL/firebird/issues?q=CORE1768+in%3Atitle) Is duplicated by [CORE2690](https://github.com/FirebirdSQL/firebird/issues?q=CORE2690+in%3Atitle) Votes: 28 SFID: 995200#⁠ Submitted By: kohan\_gg Implementation of spatial operator \(cf\. opengis consortium\) will be very very...
When we try to change force write mode on database that has connections, we can get various types of errors or asserts from PIO_ functions (Super Server mode only). These...
i tested this sql statement on fb50 connection using ibexpert and simply executing it after entering the params, it crashes the firebird server instance on fb5 select * from rdb$relations...
`fb_ping` and `Attachment::ping`, in the case of tcp/ip connection, only checks the main connection. When client registers events, I think it should also check the event connection, which may brake...
Please provide ability to specify FW value directly in CREATE DATABASE statement, e.g.: ```CREATE DATABASE 'localhost:c:\temp\tmp4test.fdb' USER SYSDBA PASSWORD 'masterkey' ASYNC;```
https://github.com/FirebirdSQL/firebird/blame/95442bdfff76d22aafb57b58894047be2a89c6ea/src/jrd/replication/Applier.cpp#L637 If these names are different debug build consistently throw assertion error during execution of test_blob_not_found_in_rw_replica_if_target_row_exists.py.
Currently some field from mon$attachments are null by formal reason: "remote_* value is absent for local stuff". F.e. in `gbak -se ip-address:service_mgr attachments` filled `mon$remote_protocol`/`_address` but absent `mon$remote_pid`/`_process` Keep in...
Firebird 3: drop column with check constraint fail with no current record for fetch operation error
Hi, When I want remove a column with a check constraint it fails. I tested it with Firebird 3 LI-V3.0.5.33220 on Ubuntu 20.04.6 LTS Example: ``` CREATE TABLE DJANGO_CELERY_BEAT_CLOCKEDSH (...