firebird
firebird copied to clipboard
Firebird server, client and tools
Most (or all ?) changes caused by the 'ALTER DATABASE' command are not replicated. Below are steps to reproduce on Windows (checked on 6.0.0.264). Stop FB server. Create folder ```%FB_HOME%\examples\empbuild\qa_replication\```...
Submitted by: @pcisar Votes: 21 SFID: 807963#⁠ Submitted By: pcisar Support constants to be stored within the database using the syntax:CREATE CONSTANT \{ObjectName\} \{Datatype\} AS \{Value\}\. This would allow for...
Implement a built-in function working the opposite way to the existing aggregate function `LIST` - i.e. parse the delimited string and return a record set containing the parsed values. It...
Hi currently we have `BLOB` field which require additional call to retrive it. It is so so slow. Consider implementing different datatype to handle "blob" data. It should be part...
After deleting tables, we observe residues in the RDB$USER_PRIVILEGES and RDB$SECURITY_CLASSES tables, which leads to an increase in the database with frequent creation and deletion of external tables. Played on...
Good afternoon I have a procedure that needs to be recursively executed many times. This is not an endless loop. Is it possible to disable protection or increase the limit...
I found a bug in the help for Firebird 4 and 5 in the document install_windows_manually.txt in the line "instsvc install -auto -superserver -guardian -name secondservice". The "-superserver" key is...
The Firebird 3.0 - 5.0 installers do not configure the SYSDBA password if a Firebird install has been run previously. Attempting to authenticate after installation results in error _"Install incomplete....
Submitted by: carniz (carniz) Is duplicated by [CORE2592](https://github.com/FirebirdSQL/firebird/issues?q=CORE2592+in%3Atitle) Is duplicated by [CORE3393](https://github.com/FirebirdSQL/firebird/issues?q=CORE3393+in%3Atitle) Votes: 21 SFID: 993727#⁠ Submitted By: carniz I'd like to see support for SQL Schemas \(see \) Oracle...
Versions: firebird [v5.0.0-RC1](https://github.com/FirebirdSQL/firebird/releases/tag/v5.0.0-RC1) gcc 13.2.1 tomcrypt not installed To reproduce: ``` autoreconf -vfi ./configure --without-tomcrypt --enable-client-only make .... g++ -I/var/cache/github/firebird/src/include/gen -I/var/cache/github/firebird/src/include -I/var/cache/github/firebird/extern/boost -I/var/cache/github/firebird/extern/libcds -DCDS_BUILD_STATIC_LIB -I/var/cache/github/firebird/extern/re2 -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe...