mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 14:27:59 +02:00
* Patch from Luxa Olivetti, fix for issue #33737
This commit is contained in:
parent
f8bf34303c
commit
27f8f077d5
@ -987,6 +987,11 @@ begin
|
||||
begin
|
||||
PQclear(res);
|
||||
res:=nil;
|
||||
if ForcedClose then
|
||||
begin
|
||||
FPrepared := False;
|
||||
exit;
|
||||
end;
|
||||
if FPrepared then
|
||||
begin
|
||||
if assigned(tr) and (PQtransactionStatus(tr.PGConn) <> PQTRANS_INERROR) then
|
||||
|
Loading…
Reference in New Issue
Block a user