nLeonardt95

Results 7 issues of nLeonardt95

Font color is white in the tree. (see screenshot) The issue occurs with Windows Server 2008 R2. From Windows Server 2012 and higher, the problem does not exist. ![image](https://user-images.githubusercontent.com/60505315/181439321-3ca26d58-260b-4edf-acdd-0ff5c9bcc621.png)

It would be nice if the installer of Flamerobin would install the corresponding version of MicrosoftVisualC++ VC_redist.

enhancement
feature

Add 32768 for restore with Firebird 4. ![image](https://user-images.githubusercontent.com/60505315/148790692-fa659b1c-f35f-4810-a5aa-fc09b4ad2d10.png)

Hello, it would be nice if these options for backup/restore could also be integrated into Flamerobin. Since Firebird 3 [https://firebirdsql.org/file/documentation/release_notes/html/en/3_0/bk02ch11s03.html#d0e19573](url) Since Firebird 4 [https://firebirdsql.org/file/documentation/release_notes/html/en/4_0/rlsnotes40.html#rnfb40-util-gbak-include-data](url)

feature
IBPP

Possibility to shut down the database and start it up again. [https://firebirdsql.org/rlsnotesh/rnfb20x-util-gfix.html#rnfb20x-util-gfix-shut](https://firebirdsql.org/rlsnotesh/rnfb20x-util-gfix.html#rnfb20x-util-gfix-shut )

feature

Instead of packages or additionally, wouldn't it also make sense to simply store procedures and function for a table? And then call them e.g. table = article article.MyProcedure()

Background why I am doing this. With the “Global” property in table1, the values from table3 should always be loaded from the main in table2 (there can only ever be...