From 3d117964656711dfc3fde1ab5547c62ed6448dcf Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Sat, 17 Apr 2021 20:39:21 +0300 Subject: [PATCH] Update Data.hpp --- module/PocoLib/Data.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/PocoLib/Data.hpp b/module/PocoLib/Data.hpp index 63008e33..02380e61 100644 --- a/module/PocoLib/Data.hpp +++ b/module/PocoLib/Data.hpp @@ -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)); } /* --------------------------------------------------------------------------------------------