firebird
firebird copied to clipboard
Firebird server, client and tools
Looks like this is the only widely used platform w/o FB port
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,...
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...
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...
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`....
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...
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...
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...