ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/client/3.0/FB30Statement.pas
(Generate patch)

Comparing ibx/trunk/fbintf/client/3.0/FB30Statement.pas (file contents):
Revision 345 by tony, Mon Aug 23 14:22:29 2021 UTC vs.
Revision 347 by tony, Mon Sep 20 22:08:20 2021 UTC

# Line 1390 | Line 1390 | begin
1390    CheckHandle;
1391    if aTransaction <> FTransactionIntf then
1392      AddMonitor(aTransaction as TFB30Transaction);
1393 <  if (FSQLParams.FTransactionSeqNo < (FTransactionIntf as TFB30transaction).TransactionSeqNo) then
1393 >  if FStaleReferenceChecks and (FSQLParams.FTransactionSeqNo < (FTransactionIntf as TFB30transaction).TransactionSeqNo) then
1394      IBError(ibxeInterfaceOutofDate,[nil]);
1395  
1396  
# Line 1436 | Line 1436 | begin
1436    CheckHandle;
1437    if aTransaction <> FTransactionIntf then
1438      AddMonitor(aTransaction as TFB30Transaction);
1439 <  if (FSQLParams.FTransactionSeqNo < (FTransactionIntf as TFB30transaction).TransactionSeqNo) then
1439 >  if FStaleReferenceChecks and (FSQLParams.FTransactionSeqNo < (FTransactionIntf as TFB30transaction).TransactionSeqNo) then
1440      IBError(ibxeInterfaceOutofDate,[nil]);
1441  
1442   with FFirebird30ClientAPI do

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines