Details
-
Technical task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
None
Description
Defining custom exception does not work in ORACLE mode
as an example:
CREATE PROCEDURE XYZ() AS |
SOME_NEW_EXCEPTION EXCEPTION;
|
BEGIN
|
IF true THEN |
DO SOMETHING;
|
ELSE |
RAISE SOME_NEW_EXCEPTION;
|
ELSEIF;
|
END; |
Attachments
Issue Links
- relates to
-
MDEV-10587 sql_mode=ORACLE: User defined exceptions
- Closed