ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/journaling/fbintf/client/2.5/FB25Statement.pas
(Generate patch)

Comparing ibx/trunk/fbintf/client/2.5/FB25Statement.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 1034 | Line 1034 | begin
1034    CheckHandle;
1035    if aTransaction <> FTransactionIntf then
1036      AddMonitor(aTransaction as TFB25Transaction);
1037 <  if (FSQLParams.FTransactionSeqNo < (FTransactionIntf as TFB25transaction).TransactionSeqNo) then
1037 >  if FStaleReferenceChecks and (FSQLParams.FTransactionSeqNo < (FTransactionIntf as TFB25transaction).TransactionSeqNo) then
1038      IBError(ibxeInterfaceOutofDate,[nil]);
1039  
1040    try
# Line 1097 | Line 1097 | begin
1097    CheckHandle;
1098    if aTransaction <> FTransactionIntf then
1099      AddMonitor(aTransaction as TFB25Transaction);
1100 <  if (FSQLParams.FTransactionSeqNo < (FTransactionIntf as TFB25transaction).TransactionSeqNo) then
1100 >  if FStaleReferenceChecks and (FSQLParams.FTransactionSeqNo < (FTransactionIntf as TFB25transaction).TransactionSeqNo) then
1101      IBError(ibxeInterfaceOutofDate,[nil]);
1102  
1103   with FFirebird25ClientAPI do

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines