Changeset 19701 for trunk/ippTools/src/chiptool.c
- Timestamp:
- Sep 23, 2008, 12:42:30 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r19592 r19701 1112 1112 } 1113 1113 psFree(query); 1114 1115 // XXX Comment copied from addpendingimfile 1116 // I've decided to make the transaction cover the Exp migration as 1117 // well. Otherwise, if the last imfile in an exp is moved and the exp 1118 // migration fails then the data base is left in a situation where the exp 1119 // migration can't happen. 1114 if (psDBAffectedRows(config->dbh) < 1) { 1115 psError(PS_ERR_UNKNOWN, false, "should have affected atleast 1 row"); 1116 return false; 1117 } 1120 1118 1121 1119 query = pxDataGet("chiptool_change_exp_state.sql");
Note:
See TracChangeset
for help on using the changeset viewer.
