[GitHub] jena issue #369: JENA-1492: Pass down transactions from general datasets

2018-03-05 Thread ajs6f
Github user ajs6f commented on the issue: https://github.com/apache/jena/pull/369 Okay. `::wrap` vs. `::create` is not what I am referring to as reformatting. It's stuff like [this](https://github.com/apache/jena/pull/369/files#diff-27cb8b74e951d2872a91a48066930e2d) or

[GitHub] jena issue #369: JENA-1492: Pass down transactions from general datasets

2018-03-05 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/369 Yes, this is models passing down transactions. It only became possible with dataset-transaction promotion (new to 3.7.0). This all has a lot of knock on consequences. The wrap/create

[GitHub] jena issue #369: JENA-1492: Pass down transactions from general datasets

2018-03-05 Thread ajs6f
Github user ajs6f commented on the issue: https://github.com/apache/jena/pull/369 There is some new `Assembler` stuff and reformatting, so I'm not totally clear what the thrust of this PR is: is it to ensure that `Model`s wrapping other `Model`s (e.g. for inferencing) correctly pass

[GitHub] jena issue #369: JENA-1492: Pass down transactions from general datasets

2018-03-03 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/369 "Skolemization function" is not related; it is a small clarification done in passing. ---