Uploaded image for project: 'Apache Jena'
  1. Apache Jena
  2. JENA-142

Scope tracking of variables does not work for UNION.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • ARQ 2.9.1
    • ARQ

    Description

      test case:

      SELECT * {

      { ?s ?p ?o}
      UNION
      { BIND('default' AS ?s) }
      }

      related group forms also need checking:

      { { ?s ?p ?o}

      BIND('default' AS ?s) }
      {

      { ?s ?p ?o}

      { BIND('default' AS ?s) }

      }

      Attachments

        Activity

          People

            andy Andy Seaborne
            andy Andy Seaborne
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: