Changeset 23915
- Timestamp:
- Apr 17, 2009, 4:20:59 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r23507 r23915 2157 2157 2158 2158 // scan through the list and change the logicalOp joining 2159 // conditionals together to "OR" if a comment of "==" is found2159 // conditionals together to "OR" if a comment of "==" or "LIKE" is found 2160 2160 psListIterator *mCursor = psListIteratorAlloc(item->data.list, 0, 2161 2161 false); … … 2163 2163 while ((mItem = psListGetAndIncrement(mCursor))) { 2164 2164 if (mItem->comment && psStrcasestr(mItem->comment, "==")) { 2165 logicalOp = "OR"; 2166 break; 2167 } 2168 if (mItem->comment && psStrcasestr(mItem->comment, "LIKE")) { 2165 2169 logicalOp = "OR"; 2166 2170 break;
Note:
See TracChangeset
for help on using the changeset viewer.
