GitHub user kaspersorensen opened a pull request:
https://github.com/apache/metamodel/pull/164
METAMODEL-86: Allow transactional querying in JDBC update scripts
Here's my attempt at solving METAMODEL-86. I wasn't sure how to test it so
... It's not really tested, except existing tests should pass obviously. Review
accordingly, please :-)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kaspersorensen/metamodel
METAMODEL-86-query-in-jdbc-transaction
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metamodel/pull/164.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 #164
----
commit cd78f067ba32f684f78f533b6e842230315ed801
Author: Kasper Sørensen <[email protected]>
Date: 2017-10-18T11:37:24Z
METAMODEL-86: Allow transactional querying in JDBC update scripts
----
---