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_5756_addi_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:33:07 +03:00
parent ad6d9afc18
commit 475b37b22c

View File

@ -16,6 +16,9 @@ NOTES:
Script for test is launched here TWO times ("pass I", "pass II").
JIRA: CORE-5756
FBTEST: bugs.core_5756_addi
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
@ -99,7 +102,7 @@ test_script = """
new.id = gen_id(g, 1);
end
^
set term ^;
set term ;^
commit;
connect '$(DSN)' user sysdba password 'masterkey';
@ -190,7 +193,7 @@ test_script = """
new.id = gen_id(g, 1);
end
^
set term ^;
set term ;^
commit;
connect '$(DSN)' user sysdba password 'masterkey';