metadataengine/server/src/mdsfindsqlclause.cpp
branchRCL_3
changeset 6 646a02f170b9
parent 0 c53acadfccc6
child 7 3cebc1a84278
equal deleted inserted replaced
3:6752808b2036 6:646a02f170b9
  2608 			if( iAppendToResultRow )
  2608 			if( iAppendToResultRow )
  2609 				{
  2609 				{
  2610 				// expected result for property's type
  2610 				// expected result for property's type
  2611 			    iResultRow.AppendL( TColumn( propDef->GetSqlType() ) );
  2611 			    iResultRow.AppendL( TColumn( propDef->GetSqlType() ) );
  2612 
  2612 
  2613 			    iPropertyFilters.Append( propDef );
  2613 			    iPropertyFilters.AppendL( propDef );
  2614 				}
  2614 				}
  2615 			}
  2615 			}
  2616 		}
  2616 		}
  2617 	// object definition must always exist for given property definition ID
  2617 	// object definition must always exist for given property definition ID
  2618 	else
  2618 	else