PL/SQL parser
(MDEV-10142)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser |
| Affects Version/s: | None |
| Fix Version/s: | 10.3.0 |
| Type: | Technical task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | Compatibility, contribution, foundation | ||
| Sprint: | 10.2.2-3, 10.2.2-1, 10.2.2-2, 10.2.2-4, 10.1.18 |
| Description |
|
Add support for the GOTO statement in stored procedures, for Oracle compatibility. Syntax:
Note, Oracle's implementation has a number of restrictions.
Under terms of this task will also labels to be used with non-block and non-loop statements:
Currently the above definition returns a syntax error:
Labels with non-block/loop statements are needed, for example, to leave a loop which is inside a loop, which is inside a loop. |