ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Helper/LevelDB.pas
(Generate patch)

Comparing oup/current/Helper/LevelDB.pas (file contents):
Revision 144 by alloc, Sun Apr 1 12:27:10 2007 UTC vs.
Revision 145 by alloc, Sun Apr 1 15:14:09 2007 UTC

# Line 664 | Line 664 | begin
664                BoolToStr(RawLinks[i].LocSep) + ', 0);';
665              Query.ExecSQL;
666            end;
667 +          if ((i mod 100) = 0) and (FileID > 0) then
668 +          begin
669 +            Database.Commit(False);
670 +            Database.StartTransaction;
671 +          end;
672          end;
673        end;
674  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)