Open GoogleCodeExporter opened 9 years ago
That last sentence should read that when the native int is 8 bytes on python
[etc.]
Original comment by pedri...@gmail.com
on 5 Jan 2011 at 10:37
Attached is a patch to fix this issue. The problem was that SQL_C_LONG was
being used for a C variable of type long, but it actually refers to a 32-bit
integer regardless of sizeof(long). The constant is so named by Microsoft
because their compilers always have the long type being a 32-bit integer.
[Reference:
http://mailman.unixodbc.org/pipermail/unixodbc-dev/2005-March/000398.html]
Original comment by lukedell...@gmail.com
on 15 Jan 2011 at 3:33
Attachments:
Original issue reported on code.google.com by
pedri...@gmail.com
on 5 Jan 2011 at 9:05