[GitHub] jena pull request: JENA-624: Correction to transaction begin for D...

2015-12-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/103 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] jena pull request: JENA-624: Correction to transaction begin for D...

2015-12-03 Thread afs
Github user afs commented on the pull request: https://github.com/apache/jena/pull/103#issuecomment-161800617 This is important to get in and i don't want it to miss the release so applied as-is. Also applied a test in `end()` for being called multiple times. --- If your project is

[GitHub] jena pull request: JENA-624: Correction to transaction begin for D...

2015-11-30 Thread afs
Github user afs commented on the pull request: https://github.com/apache/jena/pull/103#issuecomment-160771514 Are there some tests for this? I noticed that `DatasetGraphInMemory.abort` does not call anything. Note the contract for transactions is that `end()` is optional for

[GitHub] jena pull request: JENA-624: Correction to transaction begin for D...

2015-11-30 Thread ajs6f
GitHub user ajs6f opened a pull request: https://github.com/apache/jena/pull/103 JENA-624: Correction to transaction begin for DatasetGraphInMemory Correction to transaction begin for DatasetGraphInMemory to include default graph as well as quad table. You can merge this pull