php-firebird
php-firebird copied to clipboard
We need tests for FB4/FB5 types
| 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
Test of INT128 is already present: datatype_int128.phpt