6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated tests\bugs\core_5696_test.py: minor change: added descr. from fbt

This commit is contained in:
pavel-zotov 2023-03-07 16:56:30 +03:00
parent dcbb095124
commit 34f1623498

View File

@ -4,6 +4,10 @@
ID: issue-5962
ISSUE: https://github.com/FirebirdSQL/firebird/issues/5962
TITLE: Conversion from zero numeric literals to DECFLOAT results in incorrect value
DESCRIPTION:
Confirmed wrong output from table with decfloat16 field (in WI-T4.0.0.1047, date of build: 03-JUL-2018).
Confirmed overflow of decfloat34 when inserting values with exponent more than 385,
i.e. >= 1e+385 or <= -1e385 (in WI-T4.0.0.1535, date of build: 24-JUN-2019)).
NOTES:
Test should be added during initial migration from fbtest but did not, the reason is unknown.
Noted by Anton Zuev: https://github.com/FirebirdSQL/firebird-qa/pull/6