6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-02-02 02:40:42 +01:00

Added/Updated tests\bugs\core_5704_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc).

This commit is contained in:
pavel-zotov 2023-11-25 19:27:18 +03:00
parent 3cc5f4330a
commit a4d6ec49b6

View File

@ -14,6 +14,9 @@ DESCRIPTION:
Confirmed lock of rdb$database record (which leads to inability to establish new connect) on WI-V3.0.3.32837.
JIRA: CORE-5704
FBTEST: bugs.core_5704
NOTES:
[25.11.2023] pzotov
Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc).
"""
import pytest
@ -64,7 +67,7 @@ def test_1(act: Action, eds_script: Path, eds_output: Path, new_diff_file: Path,
suspend;
end
^
set term ^;
set term ;^
commit;
set transaction read committed no record_version lock timeout 1;