mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-26 20:28:25 +02:00
* Forgot to commit, SQLTransaction instead of Transaction
This commit is contained in:
parent
c4da2ae1aa
commit
0229d2bc81
@ -201,7 +201,7 @@ begin
|
|||||||
Result.UniDirectional:=True;
|
Result.UniDirectional:=True;
|
||||||
Result.Open;
|
Result.Open;
|
||||||
except
|
except
|
||||||
Result.Transaction.RollBack;
|
Result.SQLTransaction.RollBack;
|
||||||
Result.Free;
|
Result.Free;
|
||||||
Raise;
|
Raise;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user