firebird
firebird copied to clipboard
Firebird server, client and tools
Correction of some warnings of the static analyzer clang-tidy and clangsa.
Submitted by: Marcos Thomaz (thomazs) I have in my database the structure: CREATE TABLE PAGAMENTOCLIENTES \( ID DM\_ID NOT NULL /\* DM\_ID = INTEGER \*/, CAIXA DM\_ID NOT NULL /\*...
We are migrating from 2.5 to 5 and found this problem: When name unchanged, all works as expected: ``` # echo "create shadow 1 manual '/mnt/backup/db_shadow/billing_shadow_test.fdb';" | isql-fb5 test.fdb #...
It seems it is not allowed to use domains as type for computed fields. The following test produces an error (Firebird 5.0.2 on Windows): ``` SQL> create domain var8 as...
We have the following query: ```sql SELECT COUNT(*) FROM HORSE CROSS JOIN LATERAL ( SELECT R.CODE_FARM FROM REGISTRATION R WHERE R.CODE_REGTYPE = 6 AND R.CODE_HORSE = HORSE.CODE_HORSE ORDER BY R.BYDATE...
``` ::= DROP SCHEMA [ CASCADE | RESTRICT ] ``` With `CASCADE` existing objects inside the schema is automatically dropped. With `RESTRICT` (default), schema can be dropped only when it...
So that the schema could be created together with its contents. It was mentioned in the original discussion but postponed. ``` ::= CREATE SCHEMA [ ] [ ... ] ......
Error in log file: ``` Operating system call pthread_mutex_lock failed. Error code 22 ``` Version: V4.0.5.3140 (from website) OS: Linux Mode: Super Happened at startup of my application where it...