[MDEV-19915] sql_mode=ORACLE: call procedure with "=>" Created: 2019-07-01 Updated: 2019-07-04 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | PL/SQL |
| Affects Version/s: | 10.4.6 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Wolfgang Draxler | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows |
||
| Description |
|
In the ORACLE-Mode there is a problem to call function and procedure with "=>"
When I call this with
Then the code will be run correctly. but, when I call this with "=>" then I get an error.
|