Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.12
-
None
Description
SQL_ATTR_ODBC_CURSORS is SQLULEN, but SQLINTEGER was used
SQL_ATTR_TXN_ISOLATION should be SQLINTEGER, but was treated as SQLULEN. Getting this attribute on 64b system using correct type(SQLINTEGER) could crash the application.