GitHub user CoderSong2015 opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1249
[TRAFODION-2757] Fix bug JDBC executeQuery() throws exception on the "with
... select" stmt
The jdbcT4 driver can't check the sql statement type succefully if the
beginning of the query is 'with ... select'.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/CoderSong2015/incubator-trafodion master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1249.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 #1249
----
commit fdbb5dff3df8730243a752238727296d033065b9
Author: CoderSong2015 <[email protected]>
Date: 2017-09-30T02:30:46Z
[TRAFODION-2757] Fix bug JDBC executeQuery() throws exception on the "with
... select" stmt
----
---