mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 04:19:26 +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
|
||||
Case Action of
|
||||
caNone :
|
||||
CloseTrans;
|
||||
caCommit :
|
||||
Commit;
|
||||
caCommitRetaining :
|
||||
CommitRetaining;
|
||||
caNone,
|
||||
caRollback :
|
||||
RollBack;
|
||||
caRollbackRetaining :
|
||||
|
Loading…
Reference in New Issue
Block a user