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

**Actual Result** - TRIM function is wrongly working in collate UNICODE_CI_AI: Some characters at the end of the string are wrongly being removed ![Firebird_Trim_Issue_1](https://user-images.githubusercontent.com/8019466/169723112-885ad6ad-96d6-4d79-b7f8-15a0626501e9.png) **Expected Result** - The TRIM function...

This is the 2nd time I have lost data in a database. First in version 3.0.7 and after an update also in version 3.0.9 (gfix version WI-V3.0.9.33560 Firebird 3.0) (Windows...

Hello, The FB4 GUID based nbackup and incremental restore are huge improvement and we would like to use it as an convent way for replica solution. What makes it convenient,...

I'm using .NET application with NHibernate and Firebird .NET Provider with Firebird embedded. One moment FB just hangs-up. The version of FB .NET provider is FirebirdSql.Data.FirebirdClient.7.5.0 The host is Ubuntu...

Submitted by: german666 (german666) Votes: 7 SFID: 1468113#⁠ Submitted By: german666 SQL STANDARD INFORMATION\_SCHEMA THANKS\.

priority: major
component: engine
type: new feature

This has occurred intermittently on several client sites and today was the first time I managed to get online to one and see what was happening. Server was running Firebird...

1) create following config for TRACE: ``` database = (%[\\/](security[[:DIGIT:]]).fdb|(security.db)) { enabled = false } database { enabled = true log_initfini = false log_errors = true log_connections = true }...

Run two similar commands on Windows and Linux: 1) on Windows: ``` echo set bail on; select 1/0 as result_1 from rdb$database; select log10(0) as result_2 from rdb$database; select q'{Hi...

type: improvement

We are migrating from firebird 2.5.9 to 3.0.9 (at the moment we are testing the same scenario with the current 3.0.10 snapshot) and we've detected that our app is slower...