[MDEV-17057] %TYPE not working for function return values Created: 2018-08-24 Updated: 2018-08-24 Resolved: 2018-08-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Procedure |
| Affects Version/s: | 10.3.7 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Anders Karlsson | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 7.4 |
||
| Issue Links: |
|
||||||||
| Description |
|
Using %TYPE for a return value from a PL/SQL function fails with MariaDB, but works as expected in Oracle. Like this:
With Oracle this works without errors. With MariaDB I get: %TYPE declarations works for function and procedure parameters in both Oracle and MariaDB |
| Comments |
| Comment by Alice Sherepa [ 2018-08-24 ] |
|
%TYPE in function RETURN clause is not supported yet |