firebird
firebird copied to clipboard
Firebird server, client and tools
Submitted by: michalk1 (michalk1) Votes: 7 As I read in Firebird 3\.0 RC1 Release Notes, FB 3\.0 doesn't include pre\-ODS 12 provider, and it may only be implemented in future\....
Hi. Since 02/01/2022 we migrated our databases from 2.5 to 4.0 (new and dedicated server), and today we had a Firebird crash with hundred of users connected. We are using:...
In order to guarantee that the on-disk structures have always the expected sizes, we should use padding fields within these structs rather than relying on the native alignment of the...
Submitted by: @livius2 Attachments: [COREXXX.FDB](https://github.com/FirebirdSQL/jira-attachments/raw/main/CORE/CORE-6106/13362_COREXXX.FDB) ```sql WITH KWARTALY AS ( SELECT * FROM KWARTAL KW WHERE KW.CKWARTAL BETWEEN '2019.I' AND '2019.I' ), KWARTALY_DATY AS ( SELECT MIN(KW.ZALICZAJ_OD) AS MIN_ZALICZAJ_OD ,...
Hi! You can find the database and the sql in the attached zip. Firebird : latest snapshot FB40. [no_current_record_for_fetch_operation.zip](https://github.com/FirebirdSQL/firebird/files/7167621/no_current_record_for_fetch_operation.zip)
unicode collation_cl_al for character set utf8 is not installed version 3.0.8 and 3.0.9 In server log I see : MacBook-Pro-mac.local Sun Mar 20 19:33:49 2022 /Library/Frameworks/Firebird.framework/Resources/bin/fbguard: guardian starting /Library/Frameworks/Firebird.framework/Versions/A/Resources/bin/firebird MacBook-Pro-mac.local...
Hey there! I have come across Firebird and I wanted to build it from source using CMake, sadly I cant. When trying to build from tip-of-master I get the following...
Initially published in firebird-devel. Test case: ```sql create table t_scale (col1 numeric(5, 2), col2 numeric(5, 2)); create index t_scale_i1 on t_scale(col1); create index t_scale_i2 on t_scale(col2); commit; insert into t_scale...
How to reproduce on FB3: I've created a database which can show the problem: [DB_FB_3_0.zip](https://github.com/FirebirdSQL/firebird/files/8197012/DB_FB_3_0.zip) It has a table T1 with non-unique index and a procedure update_from_log which updates records...
I need change `ON EXTERNAL 'MyFile.ext'` property in Alter Table statement. ReCreate or Drop/Create Table statement not effected, because a field depend on another object.