mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\core_6239_test.py: minor change: added comments
This commit is contained in:
parent
4ee56973b4
commit
ee82da2fc7
@ -2,11 +2,14 @@
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
ID: issue-6483
|
ID: issue-6483
|
||||||
ISSUE: 6483
|
ISSUE: https://github.com/FirebirdSQL/firebird/issues/6483
|
||||||
TITLE: Procedures and EXECUTE BLOCK without RETURNS should not be allowed to use SUSPEND
|
TITLE: Procedures and EXECUTE BLOCK without RETURNS should not be allowed to use SUSPEND
|
||||||
DESCRIPTION:
|
DESCRIPTION:
|
||||||
JIRA: CORE-6239
|
JIRA: CORE-6239
|
||||||
FBTEST: bugs.core_6239
|
FBTEST: bugs.core_6239
|
||||||
|
NOTES:
|
||||||
|
Fix was done by commit https://github.com/FirebirdSQL/firebird/commit/b2b5f9a87cea26a9f12fa231804dba9d0426d3fa
|
||||||
|
(can be checked by 4.0.0.1763+, date of build since 05-feb-2020).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user