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:
parent
ad6d9afc18
commit
475b37b22c
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user