Changeset 28746
- Timestamp:
- Jul 28, 2010, 2:37:33 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/bgtool.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/bgtool.c
r28743 r28746 354 354 psStringAppend(&query, 355 355 "\nAND (chipBackgroundRun.label = '%s'" 356 " OR chipBackgroundRun.label IS NULL ",356 " OR chipBackgroundRun.label IS NULL)", 357 357 label); 358 358 } … … 360 360 psStringAppend(&query, 361 361 "\nAND (chipBackgroundRun.data_group = '%s'" 362 " OR chipBackgroundRun.data_group IS NULL ",362 " OR chipBackgroundRun.data_group IS NULL)", 363 363 data_group); 364 364 } … … 1128 1128 psStringAppend(&query, 1129 1129 "\nAND (warpBackgroundRun.label = '%s'" 1130 " OR warpBackgroundRun.label IS NULL ",1130 " OR warpBackgroundRun.label IS NULL)", 1131 1131 label); 1132 1132 } … … 1134 1134 psStringAppend(&query, 1135 1135 "\nAND (warpBackgroundRun.data_group = '%s'" 1136 " OR warpBackgroundRun.data_group IS NULL ",1136 " OR warpBackgroundRun.data_group IS NULL)", 1137 1137 data_group); 1138 1138 } … … 1140 1140 psStringAppend(&query, 1141 1141 "\nAND (warpBackgroundRun.dist_group = '%s'" 1142 " OR warpBackgroundRun.dist_group IS NULL ",1142 " OR warpBackgroundRun.dist_group IS NULL)", 1143 1143 dist_group); 1144 1144 }
Note:
See TracChangeset
for help on using the changeset viewer.
