Changeset 14270 for trunk/ippTools/src
- Timestamp:
- Jul 17, 2007, 11:25:40 AM (19 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
dettool.c (modified) (1 diff)
-
pxtables.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r14269 r14270 6974 6974 } 6975 6975 6976 // XXX this is going in without checking that the det_id is valid. 6977 // it seems like it be better to be using foreign key constraints rather 6978 // then having to resort to a seperate query (and locking) to check that 6979 // the det_id is valid 6980 if (!detNormalizedImfileInsert(config->dbh, 6976 if (!detRegisteredImfileInsert(config->dbh, 6981 6977 (psS64)atoll(det_id), 6982 6978 0, // the iteration is fixed at 0 -
trunk/ippTools/src/pxtables.c
r14250 r14270 79 79 CREATE_TABLE(detResidExpCreateTable); 80 80 CREATE_TABLE(detRunSummaryCreateTable); 81 CREATE_TABLE(detRegisteredImfileCreateTable); 81 82 CREATE_TABLE(warpRunCreateTable); 82 83 CREATE_TABLE(warpInputExpCreateTable); … … 159 160 DROP_TABLE(detResidExpDropTable); 160 161 DROP_TABLE(detRunSummaryDropTable); 162 DROP_TABLE(detRegisteredImfileDropTable); 161 163 DROP_TABLE(warpRunDropTable); 162 164 DROP_TABLE(warpInputExpDropTable);
Note:
See TracChangeset
for help on using the changeset viewer.
