For questions specific to Firebird 4.0. It is advisable to also tag with firebird.
Firebird 4.0 is the latest release of the Firebird database server.
Notable new features
- Time zone support (
TIME WITH TIME ZONE
,TIMESTAMP WITH TIME ZONE
- Decimal floating points (
DECFLOAT
) - Increased maximum precision of
NUMERIC
andDECIMAL
to 38 digits - Introduction of
INT128
(128 bit integer) - Increased identifier length to 63 characters
- Asynchronous and synchronous replication
- Lateral derived tables
- Built-in functions for encryption and cryptographic hashes
- Built-in functions for encoding and decoding Base64 and hex
- Extensive system privileges and ability to assign automatic roles
- Engine and database configuration (read-only) exposed through virtual table
RDB$CONFIG
- Batch execution of statements
- ... and a lot more, see Firebird 4.0 Release Notes
Resources
See also firebird