Ignore:
Timestamp:
Mar 22, 2018, 9:32:50 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Build deb package with project in Release mode.
  • Fixed: Search locales in different location if installed as linux application.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DbEngines/UEngineXML.pas

    r15 r17  
    309309    if Command = 'FROM' then begin
    310310      TableName := GetNextPart(Text);
    311     end;
     311    end else raise Exception.Create('No table specified with FROM');
    312312    Table := Database.Tables.SearchByName(TableName);
    313313    if Assigned(Table) then begin
Note: See TracChangeset for help on using the changeset viewer.