6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated tests\bugs\core_5754_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:28:25 +03:00
parent a4d6ec49b6
commit ad6d9afc18

View File

@ -7,6 +7,9 @@ TITLE: ALTER TRIGGER check privilege for alter database instead of table
DESCRIPTION:
JIRA: CORE-5754
FBTEST: bugs.core_5754
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
@ -54,7 +57,7 @@ test_script = """
new.id = gen_id(g, 1);
end
^
set term ^;
set term ;^
commit;
commit;