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

This is an initial commit of the JSON functions implementation (see ISO/IEC TR 19075-6 SQL support for JavaScript Object Notation (JSON))

This is draft solution to fix CORE-6338. I've left almost all sweep thread starting logic intact but wrapped it with class to control sweeper attachment thread and added some locking...

First of all I don’t know of this is the correct group to post the issue, but however…. We are using Firebird 4.0.1 with the .net dataprovider 8.5.4 on our...

İ have invoice table with 200 000 record And customer table 200 customer. **Problem:** İ wanna get invoice count per customer ```sql Select cu.cust_id ,cu.name ,inv1.invoice_count From customer as cu...

(trivial level, absolutely not urgent) File %FB_HOME%\examples\prebuilt\plugins\fbSampleKeyHolder.conf contains line with occasionally missed comment: ``` # Key - integer value, a key used to "encrypt" database (i.e. when one issues "ALTER...

priority: trivial

We recently updated to Firebird 4.0.2.2770. And we use our own replication on triggers. A few days after the restore on FB4, the slave base stopped during replication this table...

It will be good to see how many page buffers is used by attachment when it established connection with specifying that number (e.g. "isql -cache 12345"). Of course, this is...

type: improvement

Hi, Firebird stucks in the command CREATE DATABASE or CONNECT. It worked well before but when I ran the command **sudo gsec -database**. It stucks at CREATW or CONNECT DATABASE....

Testing ETL I noticed that a simple `select count(*) from ` can take *much* longer with Firebird 4 in comparison to the same operation with Firebird 259. "Much longer" meaning...

Submitted by: Attila Molnár (e_pluribus_unum) Attachments: [HIBAS.ZIP](https://github.com/FirebirdSQL/jira-attachments/raw/main/CORE/CORE-4844/12767_HIBAS.ZIP) Votes: 1 running the next command throws error EXECUTE BLOCK AS BEGIN rdb$set\_context\('USER\_SESSION', 'VIEW\_CREATE\_USER', 'SYSDBA'\); rdb$set\_context\('USER\_SESSION', 'VIEW\_CREATE\_PASSWORD', 'masterkey'\); EXECUTE PROCEDURE fk\_minosites\_view\_create\('\*'\); END "This...

type: bug
priority: blocker
affect-version: 2.5.4