Skip to content
New issue

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

[ODBC] SQLINTEGER used instead of SQLLEN #18

Closed
blumf opened this issue Aug 6, 2014 · 1 comment
Closed

[ODBC] SQLINTEGER used instead of SQLLEN #18

blumf opened this issue Aug 6, 2014 · 1 comment

Comments

@blumf
Copy link
Contributor

blumf commented Aug 6, 2014

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

@blumf
Copy link
Contributor Author

blumf commented Aug 6, 2014

Fixed in 56bfe3a

@blumf blumf closed this as completed Aug 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant