Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ls_odbc.c around line 496
A call to SQLRowCount is passed a pointer to a SQLINTEGER instead of SQLLEN
This seems to be an hangover from 32-bit ODBC where SQLLEN was SQLINTEGER, but in 64-bit systems is an INT64
The text was updated successfully, but these errors were encountered:
Fixed in 56bfe3a
Sorry, something went wrong.
No branches or pull requests
ls_odbc.c around line 496
A call to SQLRowCount is passed a pointer to a SQLINTEGER instead of SQLLEN
This seems to be an hangover from 32-bit ODBC where SQLLEN was SQLINTEGER, but in 64-bit systems is an INT64
The text was updated successfully, but these errors were encountered: