firebird
firebird copied to clipboard
Firebird server, client and tools
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`....
When dropping a function and a dependent table in the same transaction, error may or may not occurs.
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...
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...
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...
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...
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...
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`,...