Bug #116704 | MySql.EntityFrameworkCore 8.0.8 rename bug | ||
---|---|---|---|
Submitted: | 19 Nov 2024 7:46 | Modified: | 4 Jan 5:55 |
Reporter: | live tony | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 8,0 | OS: | Any |
Assigned to: | Omar Chavez | CPU Architecture: | Any |
Tags: | Entity Framework Core |
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
[20 Nov 2024 4:15]
live tony
[16 Dec 2024 9:40]
live tony
console_application
Attachment: console_application.zip (application/x-zip-compressed, text), 15.41 MiB.
[16 Dec 2024 9:58]
live tony
console_application1.zip
Attachment: console_application1.zip (application/x-zip-compressed, text), 31.06 MiB.
[16 Dec 2024 9:59]
live tony
console_application1.zip
Attachment: console_application1.zip (application/x-zip-compressed, text), 31.06 MiB.