Skip to content

Commit 34f1623

Browse files
committed
Added/Updated tests\bugs\core_5696_test.py: minor change: added descr. from fbt
1 parent dcbb095 commit 34f1623

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/bugs/core_5696_test.py

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

0 commit comments

Comments
 (0)