firebird
firebird copied to clipboard
Firebird server, client and tools
Database restore are aborted on first error of first problematic deferred index. Database restore must make every effort on activating deferred indexes - build them all and show full problem...
The config file macros documentation doesn't describe how to find the current values of the macros. This is a problem when beginning to use a pre-compiled package. Maybe these values...
Submitted by: Ido Kanner (ik_5) Depends on [CORE1015](https://github.com/FirebirdSQL/firebird/issues?q=CORE1015+in%3Atitle) Is duplicated by [CORE3040](https://github.com/FirebirdSQL/firebird/issues?q=CORE3040+in%3Atitle) Votes: 15 At the moment you can not rename a table in Firebird without starting to play with...
SERVER version WI-V6.3.5.33330 Firebird 3.0 Create 2 tables with relations. Here the create script ``` SET SQL DIALECT 3; /* drop TABLE TABLE2; drop TABLE TABLE1; drop DOMAIN T_INT_ID; drop...
FB5 crashes after these steps: ``` connect '127.0.0.1:employee' user SYSDBA password 'masterkey'; select * from mon$database; ``` Seems like the problem appeared after the profiler was merged.
The setup is the same as in #8040: - replica database contains a table with Primary Key and at least one Unique Key - the record is being inserted and...
It's a reworked version of the old pull-request: https://github.com/FirebirdSQL/firebird/pull/8004
The conditions: - replica database contains a table with Primary Key and at least one Unique Key - the record is being inserted and violates UK (not PK!) - the...
Currently regular QA-runs start as cron jobs, daily, about midnight GMT. In most cases this is enough (from frequency POV) and allows to distinguish QA results with accuracy to the...