Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0, 2.0.13
-
Component/s: None
-
Labels:None
Description
It can affects use of connector in dg4odbc
To repeat:
ODBC_TEST(t_odbc84)
{ CHECK_STMT_RC(Stmt, SQLGetTypeInfo(Stmt, SQL_WCHAR)); is_num(myrowcount(Stmt), 1); CHECK_STMT_RC(Stmt, SQLFreeStmt(Stmt, SQL_CLOSE)); CHECK_STMT_RC(Stmt, SQLGetTypeInfo(Stmt, SQL_WVARCHAR)); is_num(myrowcount(Stmt), 1); CHECK_STMT_RC(Stmt, SQLFreeStmt(Stmt, SQL_CLOSE)); CHECK_STMT_RC(Stmt, SQLGetTypeInfo(Stmt, SQL_WLONGVARCHAR)); is_num(myrowcount(Stmt), 1); CHECK_STMT_RC(Stmt, SQLFreeStmt(Stmt, SQL_CLOSE)); return OK; }