8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 10:43:03 +01:00
This commit is contained in:
asfernandes 2007-12-13 23:25:28 +00:00
parent 72936d95af
commit 3b1be7ccdc

View File

@ -1980,7 +1980,7 @@ ISC_STATUS GDS_DSQL_FETCH(ISC_STATUS* user_status,
}
// hvlad: clear isc_req_sync error as it is received because of our batch
// fetching code not because of wrong client application
// fetching code, not because of wrong client application
if (stmt_have_exception(statement) == isc_req_sync) {
stmt_clear_exception(statement);
}