Bug #48603 | c/ODBC does not respect client_interactive flag | ||
---|---|---|---|
Submitted: | 6 Nov 2009 17:21 | Modified: | 23 Apr 2010 10:41 |
Reporter: | Tonci Grgin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S4 (Feature request) |
Version: | Any | 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
[26 Jan 2010 19:51]
Lawrenty Novitsky
[18 Feb 2010 12:23]
Lawrenty Novitsky
attempt of adding of the option support in Qt gui
Attachment: bug48603v2.patch (application/octet-stream, text), 27.86 KiB.
[1 Mar 2010 22:50]
Lawrenty Novitsky
Patch with fixed Qt part
Attachment: bug48603v3.patch (text/x-patch), 25.99 KiB.