Bug #106570 | cannot add JSON field to JSON document table | ||
---|---|---|---|
Submitted: | 25 Feb 2022 7:54 | Modified: | 3 Mar 2022 13:23 |
Reporter: | Peter Huszar | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S2 (Serious) |
Version: | 8.0.15 | OS: | Windows (10) |
Assigned to: | CPU Architecture: | x86 | |
Tags: | insert, json |
[25 Feb 2022 7:54]
Peter Huszar
[25 Feb 2022 13:10]
MySQL Verification Team
Hello Peter Huszar, Thank you for the bug report. Could you please provide test case(create table and sample data, make it as private if you prefer) to reproduce this issue at our end? Thanks. Regards, Ashwini Patil
[25 Feb 2022 16:51]
Peter Huszar
To be very specific, this is the table: CREATE TABLE docs ( doc JSON, _id VARBINARY(32) ) And this is the by Workbench generated record INSERT INTO docs (`doc`,`_id`) VALUES ('[{"a":{"b":"1","c":"2"},"d":"3"},{"a":{"b":"31","c":"23"},"d":"45"}]',?)
[3 Mar 2022 13:23]
MySQL Verification Team
Hello Peter Huszar, Thank you for the requested details. I tried to reproduce your issue on Windows 10 with MySQL Workbench 8.0.28 using details provided but I am not seeing any issues at my end. If you can provide more information, feel free to add it to this bug and change the status back to 'Open'. Thank you for your interest in MySQL. Regards, Ashwini Patil