File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
Checked on 5.0.0.958, intermediate build of 24-feb-2023. All OK.
10
10
11
11
[03.03.2023] pzotov
12
- Waiting for patch in FB 4.x that fixes problem with <null> literal (4.0.3.2904 still fails).
13
12
Added substitution for suppressing 'Nullable' flags in the SQLDA output: it is sufficient for this test
14
13
to check only datatypes of result.
15
14
Discussed with Vlad, letters 02-mar-2023 16:01 and 03-mar-2023 14:43.
16
- Checked on 5.0.0.967.
15
+
16
+ Checked on 5.0.0.967, 4.0.3.2904 (intermediate build 03-mar-2023 12:33)
17
17
"""
18
18
19
19
import pytest
36
36
BLOB_RESULT <null>
37
37
"""
38
38
39
- @pytest .mark .version ('>=5.0 ' )
39
+ @pytest .mark .version ('>=4.0.3 ' )
40
40
def test_1 (act : Action ):
41
41
act .expected_stdout = expected_stdout
42
42
act .execute ()
You can’t perform that action at this time.
0 commit comments