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:
None 
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

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[12 Nov 2007 15:13] Bob Hansen
Test case to show incorrect ODBC parsing

Attachment: main.c (text/plain), 4.18 KiB.

[12 Nov 2007 21:10] Jim Winstead
Don't use atol() on an unsigned value

Attachment: bug32171.diff (text/plain), 2.04 KiB.