Changeset 9407
- Timestamp:
- Oct 8, 2006, 12:58:06 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r9394 r9407 4069 4069 " AND detInputExp.exp_tag = detResidExp.exp_tag" 4070 4070 " WHERE" 4071 " detRun.state = 'run'" 4072 " GROUP BY" 4071 " detRun.state = 'run'"); 4072 4073 // XXX this query was not restricted by det_id, resulting 4074 // in an inconsistent UPDATE below. I added this AND clause 4075 // though there may be a cleaner method (EAM 2006.10.08) 4076 psStringAppend ( 4077 &query, 4078 " AND detRun.position = '%s'", det_id); 4079 4080 psStringAppend ( 4081 &query, 4082 " GROUP BY" 4073 4083 " detRun.position," 4074 4084 " detRun.iteration," … … 4096 4106 return true; 4097 4107 } 4098 4108 4099 4109 // start a transaction so we don't end up with an incremented iteration 4100 4110 // count but no detInputExps
Note:
See TracChangeset
for help on using the changeset viewer.
