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

Comparing ibx/trunk/runtime/IBExtract.pas (file contents):
Revision 107 by tony, Thu Jan 18 14:37:18 2018 UTC vs.
Revision 108 by tony, Thu Jan 18 14:37:46 2018 UTC

# Line 2614 | Line 2614 | end;
2614  
2615   procedure TIBExtract.SetDatabase(const Value: TIBDatabase);
2616   begin
2617 <  if FDatabase <> Value then
2617 >  if (csLoading in ComponentState) or (FDatabase <> Value) then
2618    begin
2619      FDatabase := Value;
2620      if (not Assigned(FTransaction)) and (FDatabase <> nil) then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines