Bug #32171 | ODBC Driver incorrectly parses large Unsigned Integers | ||
---|---|---|---|
Submitted: | 7 Nov 2007 20:38 | Modified: | 30 Nov 2007 22:30 |
Reporter: | Bob Hansen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 3.51.20 | OS: | MacOS (10.4.10) |
Assigned to: | Jim Winstead | CPU Architecture: | Any |
Tags: | odbc driver mac unsigned integer long sqlbindcol |
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 Nov 2007 15:13]
Bob Hansen
[12 Nov 2007 21:10]
Jim Winstead
Don't use atol() on an unsigned value
Attachment: bug32171.diff (text/plain), 2.04 KiB.