When fetching BIGINT columns as SQL_C_DEFAULT, the result was incorrect. SQL_BIGINT was mapped to SQL_C_CHAR when SQL_C_DEFAULT native storage was specified.
The behavior has been modified to change the mapping to SQL_C_SBIGINT.
Note: This is a change of behavior.