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

Submitted by: Ivan Arabadzhiev (intelrullz) Is duplicated by [CORE6263](https://github.com/FirebirdSQL/firebird/issues?q=CORE6263+in%3Atitle) Votes: 1 I figure the concept from [CORE2666](https://github.com/FirebirdSQL/firebird/issues?q=CORE2666+in%3Atitle) should be applicable to nbackups and should be implementable in basically the same...

component: nbackup
component: api / client library
priority: minor
type: improvement

1. master replication config has sync entry for source database e:\DB\FB5\MASTER1.FDB sync_replica=sysdba:[email protected]/3055:e:/DB/FB5/AR2.FDB 2. Database AR2.FDB - has some inconsistent structure (it is not a clone of master database, so it...

``` create table t1 (n1 integer); commit; select * from rdb$fields where rdb$field_name = 'RDB$1'; -- 1 record select * from rdb$user_privileges where rdb$relation_name = 'RDB$1'; -- 1 record drop...

type: bug
affect-version: 6.0 Initial
affect-version: 5.0.1

Firebird 3.0.13 released. RPT_TMP_100002161_20250.GL_HASZNMOD__KOD is a VARCHAR(2) FAFAJ.HMKOD -> GL_HASZNMOD.KOD is VARCHAR(4) INSERT-SELECT want insert 3 length into RPT_TMP_100002161_20250.GL_HASZNMOD__KOD. The error message is wrong, it should be "string right truncation;...

Tasks to be solved. - Have a single metadata cache that is used by all attachments in both jrd and dsql. - Provide the ability to mix DLL/DML in a...

Let's create the following stored procedure in a Firebird 5.0 database. ```sql SET TERM ^; CREATE OR ALTER PROCEDURE SOME_PROC ( PRIVATE_FLAG SMALLINT) RETURNS ( PACKAGE_NAME VARCHAR(63), TEXT BLOB SUB_TYPE...