Luciano Mendes
Luciano Mendes
Hi @Jdochoa Indexes created for Primary/Unique/Foreign keys are automatically named by firebird when users do NOT name them when creating tables: ``` CREATE TABLE B ( ID BIGINT GENERATED BY...
Hi @krilbe There is no difference between what you call "implicit" and "explicit" indexes. They are all stored in the same RDB$INDICES system table. The only difference is that if...
One more reason why the indexes of the primary and foreign keys of the tables should be shown inside the Indexes node and not in a System Index node: These...
Retest result on [FlameRobin 0.9.3.12](https://github.com/mariuz/flamerobin/releases/tag/0.9.3.12): - ISSUE 1: **Primary Keys** and **Foreign Keys** are NOT listed on Indexes node: **PASS** (They are being shown in the **System Indices** node); -...
[FEATURE REQUEST] Backup/Restore - Firebird 3 -SKIP(_DATA) | Firebird 4 -INCLUDE(_DATA)/-SKIP(_DATA)
Hi @nLeonardt95 FlameRobin already have options to Backup/Restore databases. Please let us know if it is enough for you. BACKUP  RESTORE 
Retest result on _FlameRobin 0.9.3.7_: **Partial Completed!** The **Database**, **Domains**, **Exceptions** and **Roles** nodes are still using the old icons: 
I am attaching the missing icons (_Databases_, _Domains_, _Exceptions_, _Roles_, _Server_ and _System Domains_): [Icons.zip](https://github.com/mariuz/flamerobin/files/6082419/Icons.zip) Best Regards, Luciano
I am attaching the missing Table Columns icons (Column, Foreign and Primary): [TableColumns.zip](https://github.com/mariuz/flamerobin/files/6092663/TableColumns.zip)  Best Regards, Luciano
Hi @Jdochoa I have attached icons for the procedures/functions input/output parameters of in 11 different colors: [GoInOutIcons.zip](https://github.com/mariuz/flamerobin/files/6159457/GoInOutIcons.zip) My suggestion is to use **Go In 10.png** (green) for _input parameters_ and...
Hi @Jdochoa What do you think of using a **different font color** (e.g.: gray) to indicate that the _trigger/index_ is _inactive_ instead of using different icons?  Best Regards, Luciano