mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 17:12:41 +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.Open;
|
||||
except
|
||||
Result.Transaction.RollBack;
|
||||
Result.SQLTransaction.RollBack;
|
||||
Result.Free;
|
||||
Raise;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user