Skip to content

Commit

Permalink
Fix bug in ABI analogous to [ODBC-123]
Browse files Browse the repository at this point in the history
  • Loading branch information
thiloschulz authored and lawrinn committed Feb 1, 2018
1 parent dbc6409 commit 8f34a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ma_connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ SQLRETURN MADB_DbcGetInfo(MADB_Dbc *Dbc, SQLUSMALLINT InfoType, SQLPOINTER InfoV
break;
}
case SQL_GROUP_BY:
MADB_SET_NUM_VAL(SQLUINTEGER, InfoValuePtr, SQL_GB_NO_RELATION, StringLengthPtr);
MADB_SET_NUM_VAL(SQLUSMALLINT, InfoValuePtr, SQL_GB_NO_RELATION, StringLengthPtr);
break;
case SQL_IDENTIFIER_CASE:
MADB_SET_NUM_VAL(SQLUINTEGER, InfoValuePtr, SQL_IC_MIXED, StringLengthPtr);
Expand Down

0 comments on commit 8f34a4e

Please sign in to comment.