1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Update Data.hpp

This commit is contained in:
Sandu Liviu Catalin 2021-04-17 20:39:21 +03:00
parent f8eb6cf2f4
commit 3d11796465

View File

@ -1182,7 +1182,7 @@ struct SqDataStatement : public Statement
*/
LightObj ExecuteAsync_(bool reset)
{
return LightObj(SqTypeIdentity< SqDataStatementResult >{}, SqVM(), executeAsync(true), LightObj(this));
return LightObj(SqTypeIdentity< SqDataStatementResult >{}, SqVM(), executeAsync(reset), LightObj(this));
}
/* --------------------------------------------------------------------------------------------