Bug #88537 | EF6 Code First + 3-level inheritance + TPT: queries return wrong entity types | ||
---|---|---|---|
Submitted: | 17 Nov 2017 14:17 | Modified: | 20 Nov 2017 7:20 |
Reporter: | Fekete István | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | 6.9.9, 6.9.10 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Code First, EF6, TPT inheritance |
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
[17 Nov 2017 14:18]
Fekete István
[17 Nov 2017 14:18]
Fekete István
Test output
Attachment: TestResult.txt (text/plain), 1.21 KiB.
[20 Nov 2017 7:20]
Chiranjeevi Battula
Screenshot
Attachment: Bug_88537.png (image/png, text), 177.64 KiB.