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:
parent
a4d6ec49b6
commit
ad6d9afc18
@ -7,6 +7,9 @@ TITLE: ALTER TRIGGER check privilege for alter database instead of table
|
|||||||
DESCRIPTION:
|
DESCRIPTION:
|
||||||
JIRA: CORE-5754
|
JIRA: CORE-5754
|
||||||
FBTEST: bugs.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
|
import pytest
|
||||||
@ -54,7 +57,7 @@ test_script = """
|
|||||||
new.id = gen_id(g, 1);
|
new.id = gen_id(g, 1);
|
||||||
end
|
end
|
||||||
^
|
^
|
||||||
set term ^;
|
set term ;^
|
||||||
commit;
|
commit;
|
||||||
|
|
||||||
commit;
|
commit;
|
||||||
|
Loading…
Reference in New Issue
Block a user