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, i've a table with a blob and do something with it an the Memory raises and raises and I don't understand that. is that my mistake or an error?...

Following test can illustrate problem only when Windows system locale differs from English (in my case it is Russian; command 'wmic os get caption' can be used to check whether...

type: improvement

Submitted by: Grzegorz Skoczylas (gskoczylas) Attachments: [DATABASE.FDB](https://github.com/FirebirdSQL/jira-attachments/raw/main/CORE/CORE-2904/11588_DATABASE.FDB) Votes: 2 Initial size of the database \(167 records imported into empty database\): 5,4 MB\. SQL: SELECT \* FROM T1 WHERE UPPER\(P2\) LIKE...

priority: major
component: engine
type: bug
affect-version: 2.5 RC2

After the aux connection is broken (by third-party software or hardware - it doesn't matter), all subsequent operations with events fail. Any attempts to restore the operation of the event...

1) Fix page number data type to ULONG. 2) Fix subtraction backversion pages from chain pages. 3) Fix call release_page according to fetch_page. 4) CCH_fetch handles I/O errors and returns...

Hello, Summary: A user provided an odb file (generated on LibreOffice) containing embedded Firebird. At a moment LibreOffice upgraded from Firebird 3.00 to Firebird to 3.0.7 but it seems it...

Passing fractional values of 1st argument into DATEADD() function can show 'weird' results: ``` SQL> select dateadd(-55.499 second to timestamp '01.01.2000 00:00:55.499') from rdb$database; 2000-01-01 00:00:00.4990 SQL> select dateadd(-55.501 second...

type: improvement

Given: ```sql create domain IDENTIFIANT as INTEGER NOT NULL; create domain UNIQUEID as CHAR(16) CHARACTER SET OCTETS; create domain DATEHEURE as TIMESTAMP DEFAULT 'NOW' NOT NULL; create domain TEXTE as...

[Documentation document](https://github.com/FirebirdSQL/firebird/blob/master/doc/Using_OO_API.html) mentions `IBatch::CURRENT_VERSION`, but I don't see it in [IdlFbInterfaces.h](https://github.com/FirebirdSQL/firebird/blob/master/src/include/firebird/IdlFbInterfaces.h#L2018). One or the other should be probably fixed.

Perl Compatible Regular Expressions where a greate Feature because it's more Powerfull than "similar to".