We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbb095 commit 34f1623Copy full SHA for 34f1623
tests/bugs/core_5696_test.py
@@ -4,6 +4,10 @@
4
ID: issue-5962
5
ISSUE: https://github.com/FirebirdSQL/firebird/issues/5962
6
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)).
11
NOTES:
12
Test should be added during initial migration from fbtest but did not, the reason is unknown.
13
Noted by Anton Zuev: https://github.com/FirebirdSQL/firebird-qa/pull/6
0 commit comments