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, is there an available LDAP auth method? I see that there is Windows Security auth, but would know more about using AD/LDAP in a Linux environment Thanks

Hi, i have error with last stable release versione with "bin_and" command. it seems not available. (it's used by Firedac in Delphi in some way to get metadata.) in 4.0.1...

Create new issue instead https://github.com/FirebirdSQL/firebird/issues/7309 because memory leak is present in both FB4 and FB5. The problem can be reproduced by a follow script with defined LD_LIBRARY_PATH variable containing path...

As a result, a situation arises when we use the COLLATION before it was created. Example: "C:\Program Files\Firebird\Firebird3\isql.exe" -x -output ExampleDb.sql D:\Db\ExampleDb.FDB ExampleDb.sql: ```sql SET SQL DIALECT 3; CREATE DATABASE...

```sql CREATE TABLE A ( ID D_ID NOT NULL, FName D_Name NOT NULL, MName D_Name NOT NULL, LName D_LastN NOT NULL, CONSTRAINT INTEG_1 PRIMARY KEY (ID) ); CREATE TABLE B...

We recently moved to a new hardware running Windows Server 2012R2 with dual AMD Epyc with a total of 192 logical processors (2 sockets * 48 cores * 2 for...

Submitted by: @pavel-zotov It will be extremely useful for lot of testing purpoces \(and not only for them\) to get number of current sessions\. After discuss with dimitr following syntax...

component: engine
type: improvement
priority: trivial

FB 4.3.2.2770. Character set - WIN1251. 1. Create exception: CREATE EXCEPTION EXC$CHECK_DATA 'Check data'; 2. Create procedure: CREATE OR ALTER PROCEDURE TEST_DO_EXCEPTION AS BEGIN EXCEPTION EXC$CHECK_DATA 'Исключение'; END 3. Throw...

Submitted by: @asfernandes Votes: 6 TODO: add subtasks for v4\.

priority: major
component: engine
type: new feature

Submitted by: Ruben Marti (monmariola) At the Firebird 2\.1 Beta 1 the round function does not work properly with results of multiplications or divisions\. The problem really is in cast...

priority: major
component: engine
type: bug
affect-version: 2.1 Beta 1