Bug #108926 | .Net 6 support LongBlob with Entity Framework is limited to smal size | ||
---|---|---|---|
Submitted: | 29 Oct 2022 9:12 | Modified: | 13 Jun 2023 6:20 |
Reporter: | volkhard vogeler | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | 8.0.31 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[29 Oct 2022 9:12]
volkhard vogeler
[15 Nov 2022 12:54]
MySQL Verification Team
Hello volkhard vogeler, Thank you for the bug report. Verified as described. Regards, Ashwini Patil
[12 Feb 2023 17:39]
volkhard vogeler
Hello, do you know when there will be a bugfix? This also occurs with - Microsoft.EntityFrameworkCore 7.0.2 - MySql.Data 8.0.32 - MySql.EntityFrameworkCore 7.0.0 best regards Volkhard
[13 Jun 2023 6:20]
volkhard vogeler
Hello, is there any Bugfix planned for this. Other urgant Updates on Libraries are blocked by this bug. best regards Volkhard
[30 Jan 18:54]
Philip Zubaly
Migrating an existing application to .NET 8 and EF Core 8. An eneity with a longblob column in it returns an empty byte array. Does Mysql.EntityFrameworkCore support longblob coolumns? - MySql.EntityFrameworkCore 8.0.0 - MySql.Data 8.3.0
[30 Jan 21:32]
Philip Zubaly
Correction on my previous comment. The data is retrieved properly, but large data is not inserted, whereas small data is inserted. This is the same behavior described in this bug, but with the latest 8.3.0 Connector.
[31 Jan 15:18]
Philip Zubaly
Using Volkhard's provided code I have found that the limit for inserts with the latest packages (Connector/NET 8.3.0 and Microsoft.EntityFrameworkCore 8.0.1) is 8000 bytes. Might there be an 8000 byte buffer in the code that is limiting the inserts?