firebird
firebird copied to clipboard
Firebird server, client and tools
UUID v7 more index-able than UUID v4(Current used in FirebirdSQL, CMIIW), please bring support for UUID v7 in FirebirdSql.
Hello, I am developing a large desktop application in C# .NET Framework 4.8, where I use Firebird 2.5. Some of my database clients have databases exceeding 100GB. I considered migrating...
Related to #8034 Directory entries, in general, superfluous in tarbal and may change owner/group already existed tree after untar debug symbols. It will be advisable to remove directory entries from...
Use: ``` tar --onwer root --group root -c... ``` for non-root build Firebird binaries
```SQL CREATE DOMAIN DOMAIN_REGION VARCHAR(5); CREATE TABLE REGION (NAME DOMAIN_REGION ); CREATE INDEX IXAE_REGION__NAME ON REGION COMPUTED BY(UPPER(NAME)); commit; INSERT INTO REGION(NAME) VALUES('12345'); INSERT INTO REGION(NAME) VALUES('abcde'); commit; ALTER DOMAIN...
I created a JRD-free ServerTraceManager to use it at Remote. It enables catching failed attachments. The new class is set as a parent class to TraceManager to reduce code duplication....
Submitted by: Dejan Schild (schild) Votes: 4 Optionally to create foreign key constraint without creating index on it\. In some cases this is a duplicate unusable indexes\. On big tables...
### Discussed in https://github.com/FirebirdSQL/firebird/discussions/8022 Originally posted by **gladiston** February 28, 2024 Is it possible in the future all firebird databases will be an unique cluster of databases and do this:...
[clientes.zip](https://github.com/FirebirdSQL/firebird/files/14345695/clientes.zip) This script running well as: isql -ch iso8859_1 clientes.sql but always says: "Rolling back work" Despite this, everything worked fine. Maybe this message is a bug. On the Firebird...
In replication.conf will be wellcome parameter as: journal_source_directory_pre_script=/usr/bin/replicate_point_mount.sh journal_source_directory_pos_script=/usr/bin/replicate_point_umount.sh The parameter journal_source_directory_pre_script can be used to trigger a script that can mount/copy/whatever files that will be replicate/merge. The parameter journal_source_directory_pos_script...