mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-02-02 02:40:42 +01:00
Added/Updated tests\bugs\gh_7647_test.py: Problem with 6.x has been fixed in 6.0.0.346, commit 17b007d1. Removed upper limit restriction for major version.
This commit is contained in:
parent
e98d03db83
commit
764caf92a1
@ -12,6 +12,11 @@ NOTES:
|
|||||||
"ValueError: Incorrect ARRAY field value." raises on firebird.driver: 1.10.1 / firebird-qa-0.19.2
|
"ValueError: Incorrect ARRAY field value." raises on firebird.driver: 1.10.1 / firebird-qa-0.19.2
|
||||||
Added restriction for major versions that are allowed to be checked: currently only 3.x and 4.x.
|
Added restriction for major versions that are allowed to be checked: currently only 3.x and 4.x.
|
||||||
See also: https://github.com/FirebirdSQL/firebird/issues/7862
|
See also: https://github.com/FirebirdSQL/firebird/issues/7862
|
||||||
|
|
||||||
|
[21.07.2024] pzotov
|
||||||
|
Problem with 6.x has been fixed in 6.0.0.346, commit date 07.05.2024:
|
||||||
|
https://github.com/FirebirdSQL/firebird/commit/17b007d14f8ccc6cfba0d63a3b2f21622ced20d0
|
||||||
|
Removed upper limit restriction for major version.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
@ -25,7 +30,7 @@ expected_stdout = """
|
|||||||
|
|
||||||
act = python_act('db')
|
act = python_act('db')
|
||||||
|
|
||||||
@pytest.mark.version('>=3.0.12,<5.0')
|
@pytest.mark.version('>=3.0.12')
|
||||||
def test_1(act: Action, capsys):
|
def test_1(act: Action, capsys):
|
||||||
with act.db.connect() as con:
|
with act.db.connect() as con:
|
||||||
cur = con.cursor()
|
cur = con.cursor()
|
||||||
|
Loading…
Reference in New Issue
Block a user