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/11/15 17:28:50 UTC

[GitHub] jena pull request #310: JENA-1422: Transactions and switchable graphs

GitHub user afs opened a pull request:

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

    JENA-1422:  Transactions and switchable graphs

    

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

    $ git pull https://github.com/afs/jena JENA-1422_tdb2-loader

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

    https://github.com/apache/jena/pull/310.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 #310
    
----
commit f030d2258ec74989ddef7fc560399b714cc98a52
Author: Andy Seaborne <an...@apache.org>
Date:   2017-11-15T16:04:02Z

    JENA-1422: Transactional, switchable, TDB2 graphs.
    
    Including tdb2.tbdloader loading one graph.

commit b895366750927d9e3e74c7473bebd3365a822f0e
Author: Andy Seaborne <an...@apache.org>
Date:   2017-11-15T17:26:01Z

    toString() inside a transaction.

commit e40c036a9ad797a223255edf4135984f852e2967
Author: Andy Seaborne <an...@apache.org>
Date:   2017-11-15T17:27:34Z

    JENA-1422: Tests of switchable graphs + transactions.

----


---

[GitHub] jena issue #310: JENA-1422: Transactions and switchable graphs

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

    https://github.com/apache/jena/pull/310
  
    At least the loading into graph (JENA-1422 original problem) seems to work now. I tested both with a small and a large-ish data set.


---

[GitHub] jena issue #310: JENA-1422: Transactions and switchable graphs

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

    https://github.com/apache/jena/pull/310
  
    FYI, testing this locally.


---

[GitHub] jena pull request #310: JENA-1422: Transactions and switchable graphs

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

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


---