We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0968ac9 commit 0267c67Copy full SHA for 0267c67
MiniREST.SQL.SQLDb.pas
@@ -531,7 +531,7 @@ procedure TMiniRESTSQLConnectionSQLDb.SetMiniRESTSQLParamToSQLParam(AMiniRESTSQL
531
function TMiniRESTSQLConnectionSQLDb.InTransaction: Boolean;
532
begin
533
CheckConnectionIsValid;
534
- Result := FSQLConnection.Transaction.Active;
+ Result := FInExplicitTransaction and FSQLConnection.Transaction.Active;
535
end;
536
537
function TMiniRESTSQLConnectionFactorySQLDb.GetConnectionsCount: Integer;
0 commit comments