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

Comparing oup/current/DataAccess/Access_OUP_ADB.pas (file contents):
Revision 242 by alloc, Tue Jul 17 22:27:16 2007 UTC vs.
Revision 243 by alloc, Fri Aug 10 17:26:03 2007 UTC

# Line 548 | Line 548 | var
548   begin
549    SetLength(Result, 0);
550    FQuery.SQL.Text := 'SELECT [src_id],[src_link_offset],[name],[size],[sep] FROM rawmap ' +
551 <    'WHERE [type]="' + RawType + '" ORDER BY src_id ASC, src_link_offset ASC;';
551 >    'WHERE [type]="' + RawType + '" and [size]>0 ORDER BY src_id ASC, src_link_offset ASC;';
552    FQuery.Open;
553    if FQuery.RecordCount > 0 then
554    begin

Diff Legend

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