Changeset 19416 for trunk/ippTools/src/warptool.c
- Timestamp:
- Sep 8, 2008, 11:29:13 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/warptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r19408 r19416 811 811 812 812 psMetadata *where = psMetadataAlloc(); 813 PXOPT_COPY_S64(config->args, where, "-warp_id", "warp _id", "==");814 PXOPT_COPY_STR(config->args, where, "-label", " label", "==");813 PXOPT_COPY_S64(config->args, where, "-warp_id", "warpSkyCellMap.warp_id", "=="); 814 PXOPT_COPY_STR(config->args, where, "-label", "warpRun.label", "=="); 815 815 816 816 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 825 825 826 826 if (psListLength(where->list)) { 827 psString whereClause = psDBGenerateWhereConditionSQL(where, "warpSkyCellMap");827 psString whereClause = psDBGenerateWhereConditionSQL(where, NULL); 828 828 psStringAppend(&query, " AND %s", whereClause); 829 829 psFree(whereClause);
Note:
See TracChangeset
for help on using the changeset viewer.
