Bug #32821 | Gives wrong value fetching from a bit column | ||
---|---|---|---|
Submitted: | 28 Nov 2007 16:32 | Modified: | 24 Mar 2010 15:39 |
Reporter: | John Water | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 3.51.21.00 and 5.01.00.00 | OS: | Windows (XP) |
Assigned to: | Lawrenty Novitsky | CPU Architecture: | Any |
Tags: | bit column, ODBC driver |
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
[19 Feb 2008 20:56]
Lawrenty Novitsky
[20 Feb 2008 15:28]
Lawrenty Novitsky
Forgot to remove couple of lines in previous variant of the patch
Attachment: bug32821_2.patch (application/octet-stream, text), 3.92 KiB.
[30 Mar 2008 21:00]
Lawrenty Novitsky
reworked patch. now i like it better. thought would post it along w/ 30349, but it takes longer.
Attachment: bug32821v2.patch (application/octet-stream, text), 9.21 KiB.
[1 Dec 2009 17:06]
Lawrenty Novitsky
Revisited patch
Attachment: bug32821.diff (text/x-diff), 13.10 KiB.