Bug #92484 | Floats/doubles/decimals are converted inccorectly when using Entity Framework 6 | ||
---|---|---|---|
Submitted: | 18 Sep 2018 14:58 | Modified: | 29 Feb 2020 0:13 |
Reporter: | Rene Steen | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | 6.10.7 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | EF6, Entity Framework 6 |
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
[18 Sep 2018 15:14]
Rene Steen
[18 Sep 2018 15:14]
Rene Steen
Visual studio error1
Attachment: error_1.png (image/png, text), 15.03 KiB.
[18 Sep 2018 15:14]
Rene Steen
error_2
Attachment: error_2_correct.png (image/png, text), 14.07 KiB.
[18 Sep 2018 15:15]
Rene Steen
database
Attachment: sql_output.png (image/png, text), 14.74 KiB.