You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by afs <gi...@git.apache.org> on 2017/12/03 15:27:18 UTC

[GitHub] jena pull request #324: JENA-1443: Use DatasetGraph for GraphView Transactio...

GitHub user afs opened a pull request:

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

    JENA-1443: Use DatasetGraph for GraphView TransactionHandler

    

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

    $ git pull https://github.com/afs/jena graph-txn

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

    https://github.com/apache/jena/pull/324.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 #324
    
----
commit abfb0530ff714b8d38d50ecbb3cb76f39087e6ad
Author: Andy Seaborne <an...@apache.org>
Date:   2017-12-03T15:25:30Z

    JENA-1443: Use DatasetGraph for GraphView TransactionHandler

----


---

[GitHub] jena issue #324: JENA-1443: Use DatasetGraph for GraphView TransactionHandle...

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

    https://github.com/apache/jena/pull/324
  
    `GraphInMemory extends GraphView`, so this should apply automatically to TIM, right?


---

[GitHub] jena issue #324: JENA-1443: Use DatasetGraph for GraphView TransactionHandle...

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

    https://github.com/apache/jena/pull/324
  
    Yes, it does; see `TestGraphView`.


---

[GitHub] jena issue #324: JENA-1443: Use DatasetGraph for GraphView TransactionHandle...

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

    https://github.com/apache/jena/pull/324
  
    Nice, thanks!


---

[GitHub] jena pull request #324: JENA-1443: Use DatasetGraph for GraphView Transactio...

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

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


---