GitHub user mashengchen opened a pull request:
https://github.com/apache/trafodion/pull/1535
TRAFODION-2957 one stmt support multi-queries
1. reconstitute the constructor of TrafT4Statement & TrafT4PreparedStatement
2. add new property allowMultiQueries to support exec multi-queries in one
statement
3. new class extends from TrafT4Statement & TrafT4PreparedStatement to exec
multi-queries
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mashengchen/trafodion TRAFODION-2957
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1535.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 #1535
----
commit 414c71753ce2b6c260b6525ed46e1c1bb8aba865
Author: aven <shengchen.ma@...>
Date: 2018-04-23T08:30:20Z
TRAFODION-2957 one stmt support multi-queries
----
---