[MDEV-10152] Add support for REF CURSOR Created: 2016-05-30 Updated: 2023-10-20 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Michael Widenius | Assignee: | Ralf Gebhardt |
| Resolution: | Unresolved | Votes: | 6 |
| Labels: | Compatibility, Oracle | ||
| Issue Links: |
|
||||||||||||||||||||
| Epic Link: | Oracle Compatibility | ||||||||||||||||||||
| Description |
|
Implement REF CURSOR. REF CURSOR is a flexible way to return query results/record sets from stored procedures and functions. https://oracle-base.com/articles/misc/using-ref-cursors-to-return-recordsets |