You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by grahamtriggs <gi...@git.apache.org> on 2017/09/17 10:34:30 UTC

[GitHub] jena pull request #278: [JENA-1392] Add DynamicDatasets support to QueryEngi...

GitHub user grahamtriggs opened a pull request:

    https://github.com/apache/jena/pull/278

    [JENA-1392] Add DynamicDatasets support to QueryEngineSDB for FROM an…

    …d FROM NAMED queries

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/grahamtriggs/jena feature/JENA-1392

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/278.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #278
    
----
commit b80648446f6dc3f0a0dd23394c8bc4bc8b09eeab
Author: Graham Triggs <gt...@duraspace.org>
Date:   2017-09-17T10:32:42Z

    [JENA-1392] Add DynamicDatasets support to QueryEngineSDB for FROM and FROM NAMED queries

----


---

[GitHub] jena issue #278: [JENA-1392] Add DynamicDatasets support to QueryEngineSDB f...

Posted by sarbajitdutta <gi...@git.apache.org>.
Github user sarbajitdutta commented on the issue:

    https://github.com/apache/jena/pull/278
  
    Thanks for merging this. 


---

[GitHub] jena pull request #278: [JENA-1392] Add DynamicDatasets support to QueryEngi...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/jena/pull/278


---

[GitHub] jena issue #278: [JENA-1392] Add DynamicDatasets support to QueryEngineSDB f...

Posted by afs <gi...@git.apache.org>.
Github user afs commented on the issue:

    https://github.com/apache/jena/pull/278
  
    Good idea to treat FROM etc this way in SDB.
    
    It should be the same as pattern as TDB does (I'm not at a development computer ATM - I'll look when I'm near an IDE).



---