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
-
Activity
Field | Original Value | New Value |
---|---|---|
Workflow | MariaDB v3 [ 99851 ] | MariaDB v4 [ 141550 ] |
Link | This issue blocks MENT-2086 [ MENT-2086 ] |
Link | This issue blocks MDEV-34323 [ MDEV-34323 ] |
Link | This issue blocks MENT-2098 [ MENT-2098 ] |
Link | This issue blocks MDEV-34569 [ MDEV-34569 ] |