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 0d7b7d4 commit 5b57e1bCopy full SHA for 5b57e1b
tests/bugs/gh_7997_test.py
@@ -9,6 +9,7 @@
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
+ Checked 4.0.5.3066 (9930033).
13
"""
14
15
import pytest
@@ -86,7 +87,7 @@
86
87
Records affected: 0
88
89
-@pytest.mark.version('>=5.0.1')
90
+@pytest.mark.version('>=4.0.5')
91
def test_1(act: Action):
92
act.expected_stdout = expected_stdout
93
act.execute(combine_output = True)
0 commit comments