Changeset 19092 for trunk/ippTools/share/difftool_skyfile.sql
- Timestamp:
- Aug 16, 2008, 1:27:58 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/difftool_skyfile.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/difftool_skyfile.sql
r18975 r19092 9 9 JOIN diffSkyfile 10 10 USING(diff_id) 11 -- my new stuff begins here11 -- WS: my new stuff begins here 12 12 JOIN diffInputSkyfile 13 13 ON diffInputSkyfile.diff_id = diffRun.diff_id … … 23 23 JOIN rawExp 24 24 ON chipRun.exp_id = rawExp.exp_id 25 -- my new stuff ends here25 -- WS: my new stuff ends here 26 26 WHERE 27 27 -- bogus test to allow appending conditionals 28 -- XXX EAM : this is not needed if we modify the difftool.c code : fix 28 29 diffRun.diff_id IS NOT NULL 29
Note:
See TracChangeset
for help on using the changeset viewer.
