- Timestamp:
- Jul 21, 2008, 2:14:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/ippTools/share/difftool_todiffskyfile.sql
r18622 r18644 25 25 ON diffInputSkyfile.diff_id = diffSkyfile.diff_id 26 26 WHERE 27 diffRun.state = ' run'28 AND warpRun.state = ' stop'29 AND fakeRun.state = ' stop'30 AND camRun.state = ' stop'27 diffRun.state = 'new' 28 AND warpRun.state = 'full' 29 AND fakeRun.state = 'full' 30 AND camRun.state = 'full' 31 31 AND chipRun.state = 'full' 32 32 AND diffSkyfile.diff_id IS NULL
Note:
See TracChangeset
for help on using the changeset viewer.
