IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 14, 2008, 5:31:55 PM (18 years ago)
Author:
Paul Price
Message:

Removing uri out of magictool -toprocess. Adding magictool -node to get the URIs. I'm worried that pantasks won't be able to handle the MULTI uri. This way, pantasks uses -toprocess, passes the name of the node to process on to a script, and the script can get the list of inputs with -node.

File:
1 edited

Legend:

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

    r15272 r18524  
    33    -- convert magic_id into a boolean value (1 or 0)
    44    -- note that the type stays a 64 bit int
    5     magicNodeResult.magic_id IS TRUE as done,
    6     magicNodeResult.uri
     5    magicNodeResult.magic_id IS TRUE as done
    76FROM magicTree
    87JOIN magicRun
Note: See TracChangeset for help on using the changeset viewer.