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 145 by alloc, Sun Apr 1 15:14:09 2007 UTC vs.
Revision 146 by alloc, Sun Apr 1 15:40:16 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;
667          end;
668        end;
669  

Diff Legend

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