mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 21:02:09 +02:00
+ replaced CommitRetaining by Commit since not all databases supports it
git-svn-id: trunk@1571 -
This commit is contained in:
parent
ce1bb25e54
commit
076e4aca99
@ -52,7 +52,7 @@ begin
|
|||||||
ApplyUpdates;
|
ApplyUpdates;
|
||||||
|
|
||||||
end;
|
end;
|
||||||
Ftransaction.CommitRetaining;
|
Ftransaction.Commit;
|
||||||
|
|
||||||
Fquery.Free;
|
Fquery.Free;
|
||||||
Ftransaction.Free;
|
Ftransaction.Free;
|
||||||
|
Loading…
Reference in New Issue
Block a user