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

Added/Updated tests\functional\datatypes\test_decfloat_exceptions_trapping.py: Adjusted expected-section after discuss with Alex.

This commit is contained in:
pavel-zotov 2023-06-02 22:18:57 +03:00
parent 0c0b31178a
commit 0bab0127c1

View File

@ -119,8 +119,9 @@ expected_stderr = """
Statement failed, SQLSTATE = 22000
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.
-conversion error from string "34ffd"
"""
@pytest.mark.version('>=4.0')