- Timestamp:
- Jan 12, 2010, 2:07:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/chiptool_completely_processed_exp.sql
r25835 r26567 14 14 tess_id, 15 15 end_stage, 16 all_files_magicked as magicked,16 imfile_magicked as magicked, 17 17 note 18 18 FROM … … 21 21 rawImfile.class_id as rawimfile_class_id, 22 22 chipProcessedImfile.class_id, 23 SUM(!chipProcessedImfile.magicked) = 0 as all_files_magicked 23 -- XXX using chipProcessedImfile assumes that all imfile's have 24 -- the same magicked value if that isn't right then more than one 25 -- row will be returned. In practice this is the case but bugs could 26 -- cause it to not be true. 27 -- We could use rawExp.magicked but that would make it possible for 28 -- the chipRun to have a different magicked value than the imfiles 29 chipProcessedImfile.magicked AS imfile_magicked 24 30 FROM chipRun 25 31 JOIN rawImfile
Note:
See TracChangeset
for help on using the changeset viewer.
