ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/IBSQL.pas
(Generate patch)

Comparing ibx/trunk/runtime/IBSQL.pas (file contents):
Revision 103 by tony, Mon Jan 1 11:31:07 2018 UTC vs.
Revision 104 by tony, Thu Jan 18 14:37:29 2018 UTC

# Line 938 | Line 938 | end;
938  
939   procedure TIBSQL.SetTransaction(Value: TIBTransaction);
940   begin
941 +  if FBase.Transaction = Value then Exit;
942 +  FreeHandle;
943    FBase.Transaction := Value;
944   end;
945  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines