mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-04-19 10:37:21 +02:00
Update Data.hpp
This commit is contained in:
@@ -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));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user