lunarmodules / luasql

LuaSQL is a simple interface from Lua to a DBMS.
http://lunarmodules.github.io/luasql
547 stars 192 forks source link

[ODBC] SQLINTEGER used instead of SQLLEN #18

Closed blumf closed 10 years ago

blumf commented 10 years ago

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 commented 10 years ago

Fixed in 56bfe3ae618e5ec331c35c30e5dcf4a66cd14b0b