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

Looks like this is the only widely used platform w/o FB port

type: new feature

Submitted by: marcgeldon (marcgeldon) Is duplicated by [CORE2694](https://github.com/FirebirdSQL/firebird/issues?q=CORE2694+in%3Atitle) Votes: 12 SFID: 1412839#⁠ Submitted By: marcgeldon Have a look at the summary\. If a stored procedure / trigger is too complex,...

priority: major
component: engine
type: improvement

When creating constraint on non-empty table it could take a significant time to check if new constraint is valid. During this check no modifications on table should be allowed. Another...

type: improvement

Submitted by: Martijn Tonies (martijntonies) Votes: 2 When you have the ability to specify the length to be indexed for index segments, you can index very large char\-based columns, yet...

priority: major
component: engine
type: new feature

The output of `SHOW;` lists the option `SECURITY CLASses`, but this option is actually not supported, because the parser only uses the second word when parsing `SHOW SECURITY CLASSES employee`....

type: bug
component: isql

Problem was reported by one of our customer privately. Consider script from attached .zip [ddl-and-run_-_for-empty-tables.sql.zip](https://github.com/FirebirdSQL/firebird/files/13581104/ddl-and-run_-_for-empty-tables.sql.zip) Query that caused problems in customer environment has following plans: 1) for FB 3.x and...

Submitted by: lacak (lacak) SQL Stand\. 92/2003 defines : SELECT \[ \] INTO INTO clause before FROM clause \(Today Firebird allows INTO only as last clause of SELECT : singleton\_select...

component: engine
priority: minor
affect-version: 1.5.4
type: improvement
affect-version: 2.0.1
affect-version: 2.1 Beta 1

https://bugs.documentfoundation.org/show_bug.cgi?id=125284 This leads to the inability of LibreOffice to create embedded firebird databases under a Turkish locale. strcasecmp is used with LC_CTYPE honoured, and... "These functions shall behave as if...

Need to add support for ordered-set and hypothetical-set aggregate functions, as well as implementations of the instances defined in SQL:2008 (percentile_cont(), percentile_disc(), rank(), dense_rank(), percent_rank(), cume_dist()). It is good to...

component: engine
type: new feature
rdb

Submitted by: Aleksey Sudakov (fullzero) CREATE GLOBAL TEMPORARY TABLE TABLE1 \( FIELD1 INTEGER NOT NULL \) ON COMMIT DELETE ROWS; set term ^; create procedure SP1 as begin insert into...

priority: major
type: improvement
affect-version: 2.5.0