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 4222fdd commit 73190acCopy full SHA for 73190ac
tests/bugs/gh_7997_test.py
@@ -8,6 +8,7 @@
8
[11.03.2024] pzotov.
9
Confirmed problem in 6.0.0.274: some expressions fail with "SQLSTATE = 22003 / ... / -numeric value is out of range".
10
Checked 6.0.0.276 -- all fine.
11
+ Checked 5.0.1.1358 (25a643a).
12
"""
13
14
import pytest
@@ -85,7 +86,7 @@
85
86
Records affected: 0
87
88
-@pytest.mark.version('>=6.0')
89
+@pytest.mark.version('>=5.0.1')
90
def test_1(act: Action):
91
act.expected_stdout = expected_stdout
92
act.execute(combine_output = True)
0 commit comments