IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32281 for trunk/ippTools


Ignore:
Timestamp:
Sep 1, 2011, 12:27:44 PM (15 years ago)
Author:
watersc1
Message:

Revert to old method of handling exclusion to not break STS diffs.

File:
1 edited

Legend:

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

    r32269 r32281  
    4444JOIN rawExp USING(exp_id)
    4545LEFT JOIN
    46     (SELECT magic_id, exp_id, diff_id, label
     46    (SELECT magic_id, exp_id, label
    4747        FROM magicRun
    4848        -- rerun hook %s
    4949    ) AS oldMagicRun
    5050    ON oldMagicRun.exp_id = chipRun.exp_id
    51     AND oldMagicRun.diff_id = diffWarps.diff_id
     51--    AND oldMagicRun.diff_id = diffWarps.diff_id
    5252-- WHERE hook %s
    5353GROUP BY chipRun.exp_id
Note: See TracChangeset for help on using the changeset viewer.