PL/SQL parser
(MDEV-10142)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.0 |
| 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 |
|
Under terms of this task we'll add support for ROW type variables as SELECT..INTO targets. Example:
Example for sql_mode=ORACLE:
sql_mode=ORACLE will additionally support table%ROWTYPE variables as SELECT..INTO targets:
sql_mode=ORACLE will additionally support cursor%ROWTYPE variables as SELECT..INTO targets:
An attempt to use multiple ROW variables in the SELECT..INTO list will report an error. An attempt to use ROW variables with a different column count than in the SELECT..INTO list will report an error. |
| Comments |
| Comment by Alexander Barkov [ 2017-03-18 ] |
|
Pushed to bb-10.2-compatibility |