Bug #96983 | can not CAST( anything AS JSON) in stored routines , triggers | ||
---|---|---|---|
Submitted: | 24 Sep 2019 6:43 | Modified: | 25 Sep 2019 8:54 |
Reporter: | YAN LOONG LIM | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S3 (Non-critical) |
Version: | 8.0.17 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[24 Sep 2019 10:03]
Umesh Shastry
[25 Sep 2019 5:26]
YAN LOONG LIM
msyql workbench 8.0
Attachment: workbench_version.jpg (image/jpeg, text), 33.58 KiB.
[25 Sep 2019 5:28]
YAN LOONG LIM
workbench .mwb can not cast as json but can cast as nchar
Attachment: workbench_can_not_cast_as_json_datatype.jpg (image/jpeg, text), 103.48 KiB.
[25 Sep 2019 5:29]
YAN LOONG LIM
workbench .mwb can not declare as json datatype but can declare as others
Attachment: workbench_can_not_declare_json_datatype.jpg (image/jpeg, text), 105.70 KiB.
[25 Sep 2019 8:55]
Umesh Shastry
Screenshot
Attachment: 96983_WB8.0.17_.png (image/png, text), 66.75 KiB.