Details
-
Technical task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The custom exception "RAISE_APPLICATION_ERROR() does not work. This is similar to MariaDB "SIGNAL"
Here is an oracle example
EXCEPTION
|
WHEN OTHERS THEN |
BEGIN |
-- insert into test(query,sample) values('Error','UPD_TRG'); |
RAISE_APPLICATION_ERROR(-20003, 'Unexpected error in INVDTL_UPDATE_TRIGGER'); |
END; |
Attachments
Issue Links
- blocks
-
MDEV-34323 Oracle compatibility project 3
- Open
-
MDEV-34569 Oracle compatibility project 4
- Open