[MDEV-23178] Qualified asterisk not supported in INSERT .. RETURNING Created: 2020-07-15 Updated: 2021-07-22 Resolved: 2021-07-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Insert |
| Affects Version/s: | 10.5.4 |
| Fix Version/s: | 10.5.12 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lukas Eder | Assignee: | Rucha Deodhar |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Docker |
||
| Description |
|
The following script shows how to reproduce the issue:
The last statement produces the following error message:
I don't see a reason from the documentation why this syntax wouldn't be allowed, given that: 1. Unqualified asterisks are possible as per the first statement |
| Comments |
| Comment by Elena Stepanova [ 2020-08-04 ] |
|
Thanks for the report. I also see no reason why it shouldn't work. |
| Comment by Rucha Deodhar [ 2020-10-23 ] |
|
serg |