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

Hi Devs, I have an API/Windows in same host of database and the program comunicate with database using xnet protocol (local comunication without network protocol) and the performance is much...

Currently, gbak has a switch `-verify` (abbreviated to `-v`), which actually provides verbose output, and, more importantly, does not verify anything, and thus would be better represented as switch `-verbose`....

component: gbak
type: improvement

1. create metadata and disconnect ``` set autoddl off; set term ^; create function f(x int) returns int as begin return x; end ^ create table t_fn (x int, fx...

type: bug
affect-version: 6.0 Initial
affect-version: 4.0.4
affect-version: 5.0.0

Currently, structural changes to tables and views created by plugins are not properly tracked in Firebird. Meaning that when upgrading from one version to another, those tables or views might...

component: engine
type: new feature
component: security

FB 5.0 ```sql select distinct '' as small_field from ( select cast('' as varchar(8000)) as big_field from rdb$database ) bf /* Select Expression -> Unique Sort (record length: 28, key...

In general, gstat will always output the header information, yet when `-header` is explicitly combined with one of the other options, gstat will output either error: ```none option -h is...

component: gfix
type: improvement

Firebird 3.0.10 64bits running on Windows Server 2022. Client app is made in Delphi + IBObjects (and FB 3.0.4 fbclient) Server was running fine for months and suddenly applications started...

type: bug

Hello. It is the implementation of the second solution to issue #7843. These changes force a server to do two things: 1. Generation of names for INPUT-arguments of UDF and...

Hello. Firebird 3.0.11 Superserver Windows. A statement below crashes the server: select list(distinct(select sum(MK.ILOSC) from MELDUNEKKART MK where MK.ID_MELDUNEK = M.ID_MELDUNEK and MK.ID_PRODUKTZP is not null), '') from MELDUNEK M...

type: bug
affect-version: 3.0.11

Gfix currently lists a `-cache` option which is documented as _"shutdown cache manager"_), and this option - looking at the `alice/exe.cpp` code - can be used in combination with `-shutdown`,...

component: gfix
type: improvement