GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/423
Tweaks
This PR contains some small items that happened while developing a new bulk
loader for TDB2 (not necessarily related to that work but the branch was
picking up minor changes)
* Fixes to the DBOE transaction system so that external code can create
dummy transaction coordinators.
* SSE accept ANY for a node (see users@)
* Expose the langMatches algorithm for Nodes, not just NodeValues.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena tweaks
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/423.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 #423
----
commit 9e69effb1b2dcc943973364edf15c661d82933f6
Author: Andy Seaborne <andy@...>
Date: 2018-05-15T14:31:00Z
SSE: symbol ANY (case insensitive) for Node.ANY, synonym "_".
commit 194a3beb63ffcb36b35b82d6fb332778126b1307
Author: Andy Seaborne <andy@...>
Date: 2018-05-15T14:38:36Z
Transactions for the dataset means prefixes can be simpler.
commit 54db3569590a4a059ac12b4b99dc06a345d26053
Author: Andy Seaborne <andy@...>
Date: 2018-05-15T14:39:22Z
End transaction on commit.
commit 0ab2a9068deff342efd05345126ea923898325c8
Author: Andy Seaborne <andy@...>
Date: 2018-05-15T14:39:34Z
Tidy up.
commit a3271014d7441a9174bd7e73e622a33710e84818
Author: Andy Seaborne <andy@...>
Date: 2018-05-15T14:52:35Z
More tests for SSE BuilderNode.
commit 5633669b75b3d27e63a5724c7adec6b553c3c5d0
Author: Andy Seaborne <andy@...>
Date: 2018-05-17T07:15:26Z
Provide programmatic node-access to the lang matching algorithm.
----
---