PL/SQL parser
(MDEV-10142)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser, Stored routines |
| Affects Version/s: | None |
| Fix Version/s: | 10.3.3 |
| Type: | Technical task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Compatibility | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Sprint: | 10.2.2-3, 10.2.2-1, 10.2.2-2, 10.2.2-4, 10.1.18 | ||||||||||||||||||||||||
| Description |
|
Previously we added anchored data type declarations for table columns, tables, cursors:
Under terms of this tasks we'll add anchor references to other variables:
The following features will be supported:
Example: Scalar declarations
Example: Scalar declarations for sql_mode=ORACLE
Example: Implicit ROW variables
Example: Implicit ROW variables for sql_mode=ORACLE
Example: Table ROW variables
Example: Table ROW variables for sql_mode=ORACLE
Example: Cursor ROW variables
Example: Cursor ROW variables for sql_mode=ORACLE
|