Changeset 145


Ignore:
Timestamp:
Apr 1, 2007, 5:14:09 PM (18 years ago)
Author:
alloc
Message:
 
Location:
oup/current
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Helper/LevelDB.pas

    r143 r145  
    665665            Query.ExecSQL;
    666666          end;
     667          if ((i mod 100) = 0) and (FileID > 0) then
     668          begin
     669            Database.Commit(False);
     670            Database.StartTransaction;
     671          end;
    667672        end;
    668673      end;
Note: See TracChangeset for help on using the changeset viewer.