mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-02-02 02:40:42 +01:00
Added/Updated tests\bugs\gh_8100_test.py: Reduced min_version to 5.0.1. Checked on 5.0.1.1394 #aa3cafb - all OK.
This commit is contained in:
parent
7a99c91a29
commit
d738f21cc9
@ -10,8 +10,8 @@ DESCRIPTION:
|
|||||||
https://firebird-driver.readthedocs.io/en/latest/usage-guide.html#firebird-array-type
|
https://firebird-driver.readthedocs.io/en/latest/usage-guide.html#firebird-array-type
|
||||||
NOTES:
|
NOTES:
|
||||||
[11.05.2024] pzotov
|
[11.05.2024] pzotov
|
||||||
Confirmed problem on 6.0.0.344: got "ValueError: Incorrect ARRAY field value"
|
Confirmed problem on 5.0.0.1391, 6.0.0.344: got "ValueError: Incorrect ARRAY field value"
|
||||||
Checked on intermediate snapshot 6.0.0.345 #17b007d -- all OK.
|
Checked on 6.0.0.345 #17b007d, 5.0.1.1394 #aa3cafb - all OK.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
@ -21,7 +21,7 @@ from firebird.qa import *
|
|||||||
db = db_factory()
|
db = db_factory()
|
||||||
act = python_act('db', substitutions = [('[ \t]+', ' ')])
|
act = python_act('db', substitutions = [('[ \t]+', ' ')])
|
||||||
|
|
||||||
@pytest.mark.version('>=6')
|
@pytest.mark.version('>=5.0.1')
|
||||||
def test_1(act: Action, capsys):
|
def test_1(act: Action, capsys):
|
||||||
|
|
||||||
with act.db.connect() as con:
|
with act.db.connect() as con:
|
||||||
|
Loading…
Reference in New Issue
Block a user