IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24107


Ignore:
Timestamp:
May 7, 2009, 11:24:30 AM (17 years ago)
Author:
bills
Message:

add bytes, md5sum, etc to -pendingfile output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/receivetool_pendingfile.sql

    r24038 r24107  
    66    fileset,
    77    fileset_id,
    8     file
     8    file,
     9    bytes,
     10    md5sum,
     11    file_type,
     12    component
    913FROM receiveFile
    1014JOIN receiveFileset USING(fileset_id)
     
    1216LEFT JOIN receiveResult
    1317    ON receiveResult.file_id = receiveFile.file_id
    14 WHERE receiveResult.file_id IS NULL
     18WHERE
     19    receiveFileset.state = 'new'
     20    AND receiveResult.file_id IS NULL
Note: See TracChangeset for help on using the changeset viewer.