mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 21:09:11 +02:00
* Restore old behaviour for caNone for Action
git-svn-id: trunk@25252 -
This commit is contained in:
parent
b1c111b423
commit
ae4810edd6
@ -1248,12 +1248,11 @@ procedure TSQLTransaction.EndTransaction;
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
Case Action of
|
Case Action of
|
||||||
caNone :
|
|
||||||
CloseTrans;
|
|
||||||
caCommit :
|
caCommit :
|
||||||
Commit;
|
Commit;
|
||||||
caCommitRetaining :
|
caCommitRetaining :
|
||||||
CommitRetaining;
|
CommitRetaining;
|
||||||
|
caNone,
|
||||||
caRollback :
|
caRollback :
|
||||||
RollBack;
|
RollBack;
|
||||||
caRollbackRetaining :
|
caRollbackRetaining :
|
||||||
|
Loading…
Reference in New Issue
Block a user