- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/db/psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/psLib/src/db/psDB.c
r23594 r24244 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.
