firebird icon indicating copy to clipboard operation
firebird copied to clipboard

Firebird server, client and tools

Results 498 firebird issues
Sort by recently updated
recently updated
newest added

Consider script: ``` set bail on; set count on; set heading off; shell if exist r:\temp\tmp4test.fdb del r:\temp\tmp4test.fdb; create database 'localhost:r:\temp\tmp4test.fdb' user 'sysdba' password 'masterkey'; recreate table t1 (id int...

Branch v5.0-release If definition of VIO_DEBUG is uncommented in vio_debug.h , then build fails. Following error message is issued during make_boot.bat DEBUG 11>..\..\..\src\jrd\vio.cpp(4999,67): error C2065: tail_length: unknown identifier [c:\firebird-build\builds\win32\msvc15\engine_static.vcxproj] If...

qa: cannot be tested

Following is example of error message in OLTP-EMUL test: ``` Statement failed, SQLSTATE = HY000 exception 18 -"PUBLIC"."EX_CAN_NOT_SELECT_RANDOM_ID" -2025-08-01T15:18:41.0360 ATT_839 TRA_4111 no id >= found in 'v_add_invoice_to_stock ' within scope...

type: improvement

Firebird 5.0.3.1683 Sometimes in our replication.log followning warnings appeared. What could be the reason for such entries? AZ-VS-DB02 (replica) Tue Jul 22 14:31:57 2025 Database: E:\DB_REPL\DB_AZ.IB WARNING: Record being updated...

``` $ ls -l total 17764 -rw-r--r--. 1 gsantana gsantana 18126648 jul 14 05:45 buildroot.tar.gz -rwxr-xr-x. 1 gsantana gsantana 40836 jul 14 05:45 install.sh -rw-r--r--. 1 gsantana gsantana 20337 jul...

type: bug
affect-version: 5.0.3

`firebird.conf`: ``` AuditTraceConfigFile = "$(root)/audit.conf" ``` `audit.conf`: ``` services { enabled = true log_filename = "$(root)/audit-svc.log" } ``` Run: ``` > "30/fbtracemgr" -user sysdba -se service_mgr -l -z Firebird Trace...

affect-version: 6.0 Initial
fix-version: 6.0 Alpha 1
affect-version: 5.0.3

Hello, My initial tests show that Firebird 6 is 20% slower in read operations than Firebird 5. Both servers are running on the same machine with the same configuration file...

From firebird-support group: https://groups.google.com/g/firebird-support/c/xNOqT9-88MQ FB 5.0.3 (as well on earlier 5.x versions). I've got a query like > select > t1.ID > from tableX t1 > where > (t1.FK2 IS...

Yellow, If you manage to typo your password the same way twice, it becomes quite the PITA to figure out what actually went wrong. Maybe we need a checkbox to...