PL/SQL parser - Phase 2
(MDEV-10764)
|
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Technical task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 4 |
| Labels: | Compatibility | ||
| Issue Links: |
|
||||||||
| Description |
|
Implement a built-in package DBMS_OUTPUT for sql_mode=ORACLE. The idea:
SQL*Plus understands a special command SET SERVEROUTPUT ON; to enable displaying of the DBMS_OUTPUT messages after each statement executed. Example:
Possible implementation using NOTEsWhen we have |