mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
pos should finish on data length
This commit is contained in:
parent
2567e57faa
commit
68d3104134
@ -1661,7 +1661,7 @@ SQLRETURN SQL_API SQLGetData(
|
||||
strcpy(sqlState, "01004"); // truncated
|
||||
return SQL_SUCCESS_WITH_INFO;
|
||||
}
|
||||
stmt->pos = 0;
|
||||
stmt->pos = len;
|
||||
free(str);
|
||||
str = NULL;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user