[MDEV-28166] sql_mode=ORACLE: fully qualified package function calls do not work: db.pkg.func() Created: 2022-03-24 Updated: 2022-04-09 Resolved: 2022-03-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser, Stored routines |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9 |
| Fix Version/s: | 10.9.0, 10.3.35, 10.4.25, 10.5.16, 10.6.8, 10.7.4, 10.8.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Compatibility | ||
| Issue Links: |
|
||||||||||||
| Description |
|
MariaDB supports only 2-part qualified names in the package function call syntax:
So far so good. But fully qualified (i.e. including database name) calls do not work:
This should be fixed. This problem is a blocker for |