mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
Update Data.hpp
This commit is contained in:
parent
f8eb6cf2f4
commit
3d11796465
@ -1182,7 +1182,7 @@ struct SqDataStatement : public Statement
|
|||||||
*/
|
*/
|
||||||
LightObj ExecuteAsync_(bool reset)
|
LightObj ExecuteAsync_(bool reset)
|
||||||
{
|
{
|
||||||
return LightObj(SqTypeIdentity< SqDataStatementResult >{}, SqVM(), executeAsync(true), LightObj(this));
|
return LightObj(SqTypeIdentity< SqDataStatementResult >{}, SqVM(), executeAsync(reset), LightObj(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user