Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
To repeat:
ODBC_TEST(bug_odbc61)
{ SQLUSMALLINT info= 0xef; CHECK_DBC_RC(Connection, SQLGetInfo(Connection, SQL_FILE_USAGE, &info, 0, NULL)); return OK; }To fix in
case SQL_FILE_USAGE:
MADB_SET_NUM_VAL(SQLUINTEGER, InfoValuePtr, SQL_FILE_NOT_SUPPORTED, StringLengthPtr);
SQLUINTEGER has to be changed to SQLUSMALLINT, that according to specs it must be
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 3.0.0 [ 22038 ] | |
Fix Version/s | 2.0.13 [ 22304 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB connectors [ 77850 ] | MariaDB v3 [ 84035 ] |
Workflow | MariaDB v3 [ 84035 ] | MariaDB v4 [ 135411 ] |
The fix has been merged from the pull request