Bug #92001 | Django MySQL Python Connector returns None when Default In | ||
---|---|---|---|
Submitted: | 13 Aug 2018 23:09 | Modified: | 28 Mar 2021 2:56 |
Reporter: | Ciaran O'Sullivan | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | Connector / Python | Severity: | S2 (Serious) |
Version: | 8.0.12 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Django, MySql Connector, python |
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
[13 Aug 2018 23:16]
Ciaran O'Sullivan
[13 Aug 2018 23:17]
Ciaran O'Sullivan
Example of using 'use_pure':True
Attachment: 2018-08-14 00_17_11-127.0.0.1_8000_polls_1_results_.png (image/png, text), 22.84 KiB.