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

Comparing ibx/trunk/iblocaldb/gui/IBLocalDBSupport.pas (file contents):
Revision 344 by tony, Thu Feb 25 11:56:36 2021 UTC vs.
Revision 345 by tony, Mon Aug 23 14:22:29 2021 UTC

# Line 60 | Line 60 | type
60      property RequiredVersionNo;
61      property MinimumVersionNo;
62      property UpgradeConfFile;
63 +    property SectionHeaderTemplate;
64      property VendorName;
65      property OnGetDatabaseName;
66      property OnGetDBVersionNo;
# Line 153 | Line 154 | function TIBLocalDBSupport.RunUpgradeDat
154    ): boolean;
155   begin
156    Result := IBXUpgradeDatabaseDlg.RunUpgradeDatabase(Database,BackupService,UpgradeConf,
157 <                  ChangeFileExt(ActiveDatabasePathName,''),
157 >                  SectionHeaderTemplate, ChangeFileExt(ActiveDatabasePathName,''),
158                    TargetVersionNo,@HandleGetDBVersionNo, @HandleUpgradeStepCompleted);
159   end;
160  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines