Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.12
-
Fix Version/s: 3.1.13
-
Component/s: General
-
Labels: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.