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

Inconsistent behavior of automatic type casting with built-in scalar functions with numeric arguments. Almost all functions do automatic string-to-numeric type cast for arguments. Example: abs('-11') returns -11.0, sin('3.14') returns 0.002,...

Built successfully on MinGW-w64 systems (mingw64, ucrt64, clang64): https://github.com/msys2/MINGW-packages/actions/runs/10094396971?pr=21492

Currently, connections to the server are permanent `TCP/IP` connections. The **slightest** disruption in the network causes the connection to be lost, along with any unsaved data, transactions, etc. It would...

Execution of the test gh_2388_test.py against a debug build of Firebird 6 triggers the assertion `fb_assert(!position || candidate->dependencies)` at innerjoin.cpp:186.

In LibreOffice, Firebird Embedded is built using this sequence (simplified; the script is [here](https://git.libreoffice.org/core/+/31c5e451f57ad6172188fddfde5b66ead6f97627/external/firebird/ExternalPackage_firebird.mk)): ```bash ./configure --without-editline --with-wire-compress=no --enable-shared --disable-static make ``` The resulting DLLs (`libfbclient.so`, `libEngine12.so`, and the directory...

I ran some fireird-qt test with DefaultDbCachePages=128 and sometimes the following errors occurred: `internal Firebird consistency check (page in use during flush (210), file: cch.cpp line: 2827)` `internal Firebird consistency...

qa: done successfully

Currently, when you want to recalculate statistics, you need to call `SET STATISTICS INDEX ` for each individual index. I think it would be useful to add a `SET STATISTICS...

component: engine
type: new feature

The Python firebird driver fails on 3 tests for ARRAY type handling (TestArrays.test_basic, TestArrays.test_read_full and TestArrays.test_write_full). All tests fail because array bound returned by isc_array_lookup_bounds() is zero. This is likely...

qa: covered by another tests
affect-version: 5.0 RC 1