You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[0DBC-110] Fix and testcase of the crash in case of columns unbinding after stmt execution and before fetching data.
The reason was free-ing of 2 internal arrays, that are allocated during execution, and reset at each fetch.
SQLFreeStmt(SQL_UNBIND) just shouldn't free them.
0 commit comments