[MDEV-27361] Hybrid functions with JSON arguments do not send format metadata Created: 2021-12-25 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data types, JSON |
| Affects Version/s: | 10.5, 10.6, 10.7, 10.8 |
| Fix Version/s: | 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
I start mariadb --column-type-info test and run the following script:
The output is:
Notice, it prints format=json for the first and the second column, but it does not send format for the third column. |
| Comments |
| Comment by Alexander Barkov [ 2021-12-25 ] | |||||||||||||||||||||
|
Also repeatable with JSON_ARRAYAGG:
| |||||||||||||||||||||
| Comment by Alexander Barkov [ 2021-12-25 ] | |||||||||||||||||||||
|
Also repeatable with JSON_OBJECTAGG:
|