Details
-
Type:
Technical task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.3.0
-
Component/s: Parser, Stored routines
-
Labels:
-
Sprint:10.2.2-3, 10.2.2-1, 10.2.2-2, 10.2.2-4, 10.1.18
Description
When running in sql_mode=ORACLE, MariaDB should understand predefined exception names.
BEGIN
|
...
|
EXCEPTION
|
WHEN TOO_MANY_ROWS THEN ... |
WHEN NO_DATA_FOUND THEN ... |
WHEN OTHERS THEN NULL; |
END; |
Under terms of this task we'll implement the most important predefined exceptions:
- TOO_MANY_ROWS
- NO_DATA_FOUND
- DUP_VAL_ON_INDEX
Other predefined exception names will be implemented by MDEV-10586.
Attachments
Issue Links
- relates to
-
MDEV-10586 sql_mode=ORACLE: Predefined exceptions (part 2)
-
- Open
-