mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\core_4483_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
4603449087
commit
3d03438979
@ -3,11 +3,13 @@
|
||||
"""
|
||||
ID: issue-4803
|
||||
ISSUE: 4803
|
||||
TITLE: Changed data not visible in WHEN-section if exception occured inside SP that
|
||||
has been called from this code
|
||||
TITLE: Changed data not visible in WHEN-section if exception occured inside SP that has been called from this code
|
||||
DESCRIPTION:
|
||||
JIRA: CORE-4483
|
||||
FBTEST: bugs.core_4483
|
||||
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
|
||||
@ -90,7 +92,7 @@ test_script = """
|
||||
--exception;
|
||||
end
|
||||
end
|
||||
^ set term ^;
|
||||
^ set term ;^
|
||||
|
||||
SET LIST ON;
|
||||
select
|
||||
|
Loading…
Reference in New Issue
Block a user