[
https://issues.apache.org/jira/browse/TRAFODION-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401530#comment-15401530
]
ASF GitHub Bot commented on TRAFODION-1986:
-------------------------------------------
GitHub user mashengchen opened a pull request:
https://github.com/apache/incubator-trafodion/pull/631
TRAFODION-1986
add code to method setSchema.
now can use setSchema(string schema) to set schema.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mashengchen/incubator-trafodion setschema
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/631.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 #631
----
commit a6b9b2d23b543f95b90102f6097d9087e508cb63
Author: mashengchen <[email protected]>
Date: 2016-07-20T03:25:31Z
Merge pull request #5 from apache/master
update head
commit 4d73185ca2f81ecd2727b25ead16d0b00e7f180b
Author: mashengchen <[email protected]>
Date: 2016-08-01T03:27:10Z
Merge branch 'master' of github.com:apache/incubator-trafodion into
setschema
commit 73c9e27dab4785b7c481e2a73ce83d6e1cbf1a5c
Author: mashengchen <[email protected]>
Date: 2016-08-01T04:51:40Z
add set schema
----
> trafodion jdbc t4 api can't set schema
> --------------------------------------
>
> Key: TRAFODION-1986
> URL: https://issues.apache.org/jira/browse/TRAFODION-1986
> Project: Apache Trafodion
> Issue Type: Bug
> Reporter: mashengchen
> Assignee: mashengchen
>
> connection.setSchema(string schemaName) doesn't work.
> --------------------------------
> connection.setSchema("_REPOS_");
> System.out.println(connection.getSchema());
> ---------------------------------------------------
> the output is still "SEABASE"
> the source code seems doesn't implement
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)