Changeset 34047 for branches/eam_branches/ipp-20120601/ippTools/share
- Timestamp:
- Jun 20, 2012, 12:21:48 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120601/ippTools/share
- Files:
-
- 6 edited
-
addtool_find_sky_id_multi.sql (modified) (1 diff)
-
addtool_find_sky_id_multi_dvo.sql (modified) (1 diff)
-
camtool_find_pendingimfile.sql (modified) (1 prop)
-
chiptool_setimfiletoupdate.sql (modified) (1 prop)
-
pxadmin_create_tables.sql (modified) (1 prop)
-
warptool_towarped.sql (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/ippTools/share/addtool_find_sky_id_multi.sql
r33525 r34047 2 2 distinct(sky_id) as stage_id, 3 3 staticskyRun.*, 4 staticskyResult.num_inputs 4 staticskyResult.num_inputs, stack_id 5 5 FROM 6 6 staticskyRun -
branches/eam_branches/ipp-20120601/ippTools/share/addtool_find_sky_id_multi_dvo.sql
r33525 r34047 1 SELECT distinct(sky_id) as stage_id, staticskyRun.*, staticskyResult.num_inputs FROM staticskyResult1 SELECT distinct(sky_id) as stage_id, staticskyRun.*, staticskyResult.num_inputs, stack_id FROM staticskyResult 2 2 JOIN staticskyRun USING(sky_id) 3 3 join staticskyInput using(sky_id) -
branches/eam_branches/ipp-20120601/ippTools/share/camtool_find_pendingimfile.sql
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20120601/ippTools/share/chiptool_setimfiletoupdate.sql
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20120601/ippTools/share/pxadmin_create_tables.sql
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20120601/ippTools/share/warptool_towarped.sql
- Property svn:mergeinfo changed (with no actual effect on merging)
Note:
See TracChangeset
for help on using the changeset viewer.
