firebird
firebird copied to clipboard
Firebird server, client and tools
Submitted by: Paul Faid (pfaid) Attachments: [maxnantest.fbk](https://github.com/FirebirdSQL/jira-attachments/raw/main/CORE/CORE-2160/11141_maxnantest.fbk) I have a float column which contains some NANs as well as some valid numbers\. When I use MAX\(column\) sometimes I get NAN...
``` connect '192.168.23.45/3210:employee_1' user john password 'QweRty'; ... ... connect '192.168.19.23/3350:employee_2' user mike password 'AsdFgh'; ... ... connect '192.168.23.45/3210:employee_1' user john password 'QweRty'; ... ... connect '192.168.19.23/3350:employee_2' user mike password...
Please add ability to obtain PID of server process for current connection without querying mon$ tables ( e.g. via rdb$get_context('SYSTEM', 'SERVER_PID') ).
Ticket has been created after talk with Alex. Copy from ```%FB_HOME%\examples\prebuilt\plugins\``` to ```%FB_HOME%\plugins\``` files: ```fbSampleDbCrypt.*``` and ```fbSampleDbCrypt.*``` Add following lines in ```%FB_HOME%\plugins.conf``` ``` Plugin = KH2 { Module = $(dir_plugins)/fbSampleKeyHolder...
Currently no way close connection without leave isql - only exit and quit command exist. Will usefull add disconnect command with parameters: - commit [transaction] - rollback [trasaction] - [no...
Add -par(allel) option in isql command line and parallel_worker as parameter of connect isql command. This will usefull for (re)build indices in SQL-scripts.
nbackup -fixup work only with database FILE, but this (destructive) option should not applied if delta file exist.
Incorrect result of index list scan for a composite index, the second segment of which is a text field with COLLATE UNICODE_CI. Firebird 5.0.1 Windows 10 x64 ``` SET NAMES...
It would be nice to have[ ARM64 version](https://learn.microsoft.com/en-us/windows/arm/add-arm-support#steps-to-add-arm64-native-support) of Firebird for Windows, so that Developers can use a native ARM64 version of firebird on their **Snapdragon X Elite** laptops aside...
``` isql -term ! create database 't.fdb'! create table t1 (n1 integer, n2 integer)! create procedure p1 as begin update t1 set n1 = 0; end! create procedure "p1" as...