ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/journaling/iblocaldb/nongui/IBCMLocalDBSupport.pas
(Generate patch)

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

# Line 85 | Line 85 | begin
85    repeat
86      if CurrentDBVersionNo >= TargetVersionNo then break;
87      LastVersionNo := CurrentDBVersionNo;
88 <    UpdateAvailable := UpgradeConf.GetUpgradeInfo(CurrentDBVersionNo+1,UpgradeInfo);
88 >    UpdateAvailable := UpgradeConf.GetUpgradeInfo(SectionHeaderTemplate,CurrentDBVersionNo+1,UpgradeInfo);
89      if UpdateAvailable then
90      begin
91        if UpgradeInfo.BackupDB then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines