(file) Return to CQLSimplePredicateRep.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / CQL

Diff for /pegasus/src/Pegasus/CQL/CQLSimplePredicateRep.cpp between version 1.2 and 1.3

version 1.2, 2004/11/21 12:13:07 version 1.3, 2004/11/29 21:10:01
Line 306 
Line 306 
                                      _rightSide.toString());                                      _rightSide.toString());
             throw CQLSyntaxErrorException(parms);             throw CQLSyntaxErrorException(parms);
           }           }
   
             // Add the right side identifier to the list of WHERE
             // identifiers in the QueryContext
             QueryChainedIdentifier isaId = _rightSide.getTerms()[0].
               getFactors()[0].
               getValue().getChainedIdentifier();
             queryContext.addWhereIdentifier(isaId);
         }         }
       }       }
    }    }


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2