Skip to content

Commit

Permalink
Updated error code returned by SQLGetData function (#35)
Browse files Browse the repository at this point in the history
* Updated error code returned by SQLGetData function

* use openssl v 3_3_1

---------

Co-authored-by: Carlos García García <[email protected]>
Co-authored-by: Dave Cramer <[email protected]>
  • Loading branch information
3 people authored Aug 6, 2024
1 parent cd9c276 commit 6970154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert.c
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ MYLOG(0, "null_cvt_date_string=%d\n", conn->connInfo.cvt_null_date_string);
else
{
SC_set_error(stmt, STMT_RETURN_NULL_WITHOUT_INDICATOR, "StrLen_or_IndPtr was a null pointer and NULL data was retrieved", func);
return SQL_ERROR;
return COPY_GENERAL_ERROR;
}
}

Expand Down

0 comments on commit 6970154

Please sign in to comment.