GitHub user mashengchen reopened 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 f9d6cd532506aa56d48ed314f14da918a7cf2a35
Author: aven <shengchen.ma@...>
Date: 2018-05-03T08:09:41Z
TRAFODION-2957 one stmt support multi-queries
----
---