Bug #89982 Insert statements are truncating JSON columns to 65k when using EF Core 2.0
Submitted: 9 Mar 2018 11:44 Modified: 30 Mar 2018 10:22
Reporter: Clodoaldo cltschoke Email Updates:
Status: Can't repeat Impact on me:
None 
Category:Connector / NET Severity:S3 (Non-critical)
Version:MySql.Data.EntityFrameworkCore (6.10.5) OS:Ubuntu (16.04.3 LTS (GNU/Linux 4.4.0-1049))
Assigned to: CPU Architecture:Any
Tags: EF Core, json

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[14 Mar 2018 19:51] Clodoaldo cltschoke
sample project with database creation and endpoint to reproduce the error

Attachment: WebApplication1.rar (application/octet-stream, text), 5.75 KiB.

[30 Mar 2018 10:24] Chiranjeevi Battula
Log

Attachment: 89982.txt (text/plain), 51.63 KiB.