[
https://issues.apache.org/jira/browse/JENA-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15789337#comment-15789337
]
ASF GitHub Bot commented on JENA-1271:
--------------------------------------
GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/201
JENA-1271 - Execute query inside a transaction if the dataset is
transactional.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena query-txn
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/201.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 #201
----
commit aec5d870d53d784c13035f8d07ff5489db5e5219
Author: Andy Seaborne <[email protected]>
Date: 2016-12-31T10:54:37Z
Execute query inside a transaction if the dataset is transactional.
----
> Execute cmd line query inside a transaction.
> --------------------------------------------
>
> Key: JENA-1271
> URL: https://issues.apache.org/jira/browse/JENA-1271
> Project: Apache Jena
> Issue Type: Improvement
> Components: Cmd line tools
> Affects Versions: Jena 3.1.1
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Fix For: Jena 3.2.0
>
>
> The command line arq.query does not put a read-transaction around the query
> it is executing. It should if the dataset supports transactions. A dataset
> may require transactional use.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)