[MDEV-7517] CONNECT JSON table type only returns 10 rows Created: 2015-01-28 Updated: 2015-01-28 Resolved: 2015-01-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | 10.0.16 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Kolbe Kegel (Inactive) | Assignee: | Olivier Bertrand |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
|
| Comments |
| Comment by Olivier Bertrand [ 2015-01-28 ] | |
|
It is not a bug, however the documenation is missing an important item. When an array is expanded, or its values concatenated or calculated, the number of used array items is limited to the value of the LIMIT option whose default value is 10 (as for the XML table type row expanding)
Here the limit does not apply. | |
| Comment by Kolbe Kegel (Inactive) [ 2015-01-28 ] | |
|
Olivier, great! Thanks for the reply There's surely plenty of room for improved documentation about this stuff. And some more examples. I'll turn this one into a blog post at some point I think. |