php-firebird icon indicating copy to clipboard operation
php-firebird copied to clipboard

We need tests for FB4/FB5 types

Open mlazdans opened this issue 4 months ago • 1 comments

New / Extended Type Description / Key Features
INT128 A 128-bit integer type supporting up to 38 decimal digits of precision.
DECFLOAT A decimal floating-point type compliant with the SQL:2016 standard and IEEE-754 decimal64 / decimal128 formats. Available in two precisions: 16 and 34 decimal digits. All intermediate calculations use 34 digits.
TIME WITH TIME ZONE and TIMESTAMP WITH TIME ZONE Time and timestamp types that include a time zone specifier, allowing storage and conversion of date/time values across zones.
NUMERIC / DECIMAL extended precision The maximum precision for NUMERIC and DECIMAL types was increased to up to 38 digits (previously limited to 18 digits or less).

© chatGPT

mlazdans avatar Oct 16 '25 23:10 mlazdans

Test of INT128 is already present: datatype_int128.phpt

MartinKoeditz avatar Oct 17 '25 12:10 MartinKoeditz