Changeset 146


Ignore:
Timestamp:
Apr 1, 2007, 5:40:16 PM (18 years ago)
Author:
alloc
Message:
 
Location:
oup/current
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Global/RawList.pas

    r144 r146  
    425425initialization
    426426  RawLists := TRawLists.Create;
    427   RawLists.InsertRawListHandler('AGDB', True, AGDB);
     427  RawLists.InsertRawListHandler('AGDB', False, AGDB);
    428428  RawLists.InsertRawListHandler('AKVA', True, AKVA);
    429429  RawLists.InsertRawListHandler('BINA', True, BINA);
  • oup/current/Helper/LevelDB.pas

    r145 r146  
    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;
    672667        end;
    673668      end;
Note: See TracChangeset for help on using the changeset viewer.