** Changed in: zorba
    Milestone: None => 2.7

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1007301

Title:
  potential bug in isPossibleSimpleContentRevalImpl?

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The following code in method
  SchemaValidatorImpl::isPossibleSimpleContentRevalImpl

        if ( schemaTypeCode == store::XS_ID ||
            schemaTypeCode == store::XS_IDREF )
          return false;
        else
          return false; //true;

  return false always. It should return true in the "else" case, no?

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1007301/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to