firebird
firebird copied to clipboard
Firebird server, client and tools
Firebird 5.0.3.1622 The optimizer selects the wrong join order when using CROSS JOIN LATERAL with complex table expressions. ```sql SELECT T.NAME FROM RDB$RELATIONS R CROSS JOIN LATERAL ( SELECT R.RDB$RELATION_NAME...
Please consider following script (i've encounter with problem during re-implementing [test](https://github.com/FirebirdSQL/firebird-qa/blob/master/tests/bugs/core_0203_test.py) for [core-0203](https://github.com/FirebirdSQL/firebird/issues/530)): ``` set bail on; shell if exist r:\temp\tmp4test.fdb del r:\temp\tmp4test.fdb; create database 'localhost:r:\temp\tmp4test.fdb' user 'sysdba' password 'masterkey';...
This document contains the following content: ``` ### Schema-less objects These objects exist outside schemas and function as before: - Users - Roles - Blob filters - Schemas ``` There...
_Problem: when deleting a DB, log segment files remain, which break replication in the future_ **First fix** - when deleting a DB using DBMS query (drop database), add deleting segments...
To port the plugin and include it in the standard authentication methods, need to do the following: - [ ] Change how keys are stored: - The client, as before,...
We have a program which makes backups of our Firebird databases. If the database name has only ASCII chars, it works correctly. But if the database name has extended ASCII...
In our application we have huge databases with thousands of tables in WIN1251 charset. Recently we decided to add full unicode support for our applications and we have encountered several...
The EXECUTE STATEMENT statement currently has the following syntax: ``` ::= EXECUTE STATEMENT [ ...] [INTO ] ::= | () | () () ::= | ::= [EXCESS] paramname := [,...
This is also a preparation for the JSON Type implementation