Bug #100314 TableInsertStatement string special carac values object are uncorrectly managed
Submitted: 24 Jul 2020 9:35 Modified: 7 Mar 2022 21:01
Reporter: Bruno CHATAIGNER Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S2 (Serious)
Version:8.0.21 and before OS:Windows
Assigned to: CPU Architecture:Any
Tags: async, MySql.Data.EntityFrameworkCore, TableInsertStatement, values

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:

[30 Jul 2020 10:42] Bruno CHATAIGNER
Test database request

Attachment: debug.sql (application/octet-stream, text), 2.29 KiB.

[30 Jul 2020 10:43] Bruno CHATAIGNER
Code sample

Attachment: Program.cs (text/plain), 4.07 KiB.