Bug #30539 | GUI option for handling of "bad" dates | ||
---|---|---|---|
Submitted: | 21 Aug 2007 18:48 | Modified: | 24 May 2010 13:05 |
Reporter: | Tonci Grgin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S4 (Feature request) |
Version: | 3.51.19 | OS: | Any |
Assigned to: | Lawrenty Novitsky | CPU Architecture: | Any |
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
[12 Feb 2010 16:18]
Lawrenty Novitsky
[12 Feb 2010 16:21]
Lawrenty Novitsky
Added ChangeLog entry as I prefer it to be reviewed too
Attachment: patch30539noQtChangelog.diff (text/x-diff), 7.68 KiB.
[14 Apr 2010 16:41]
Lawrenty Novitsky
Missing Qt code for this bug and for the Bug#43664
Attachment: 43664n30539missingQtPart.diff (text/x-diff), 7.54 KiB.