[MDEV-15535] CONNECT JSON Table Type Created: 2018-03-10 Updated: 2018-03-13 Resolved: 2018-03-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Storage Engine - Connect |
| Affects Version/s: | 10.2.13 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Eduardo Reyes | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | connect-engine | ||
| Environment: |
mariadb v10.2.13 |
||
| Issue Links: |
|
||||||||
| Description |
|
I have found a couple of issues on webpage https://mariadb.com/kb/en/library/connect-json-table-type/ Section: Alternate Table Arrangement insert into xjson values(25, 'Breakfast', 1.414); Solution: Remove comma after the last JSON item [8, "huit", 13.0] Section: CRUD operations on JSON tables select * from jauthor; Solution: Either option_list='Object=1.AUTHOR' or option_list='Object=2.AUTHOR, Base=1' |
| Comments |
| Comment by Ian Gilfillan [ 2018-03-13 ] |
|
bertrandop FYI - fixed in the online docs. |