mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-02-02 02:40:42 +01:00
Added/Updated tests\functional\datatypes\test_decfloat_exceptions_trapping.py: Adjusted expected-section after discuss with Alex.
This commit is contained in:
parent
0c0b31178a
commit
0bab0127c1
@ -119,8 +119,9 @@ expected_stderr = """
|
|||||||
Statement failed, SQLSTATE = 22000
|
Statement failed, SQLSTATE = 22000
|
||||||
Decimal float inexact result. The result of an operation cannot be represented as a decimal fraction.
|
Decimal float inexact result. The result of an operation cannot be represented as a decimal fraction.
|
||||||
|
|
||||||
Statement failed, SQLSTATE = 22000
|
Statement failed, SQLSTATE = 22018
|
||||||
Decimal float invalid operation. An indeterminant error occurred during an operation.
|
Decimal float invalid operation. An indeterminant error occurred during an operation.
|
||||||
|
-conversion error from string "34ffd"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@pytest.mark.version('>=4.0')
|
@pytest.mark.version('>=4.0')
|
||||||
|
Loading…
Reference in New Issue
Block a user