You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/18 09:26:12 UTC

[jira] [Commented] (TRAFODION-1998) JDBC Type2 column information improve

    [ https://issues.apache.org/jira/browse/TRAFODION-1998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15288672#comment-15288672 ] 

ASF GitHub Bot commented on TRAFODION-1998:
-------------------------------------------

GitHub user xwq opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/489

    [TRAFODION-1998]JDBC Type2 column information improve

    JDBC type2 use query to get the columns information from SQL.
    1. For Nullable, use the origin value from SQL
    2. For remark, return empty string since not support

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/xwq/incubator-trafodion master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/489.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 #489
    
----
commit ec8d93159e7f80462275094fe8bad9e0897c34b7
Author: Weiqing Xu <we...@esgyn.cn>
Date:   2016-05-18T09:23:49Z

    [TRAFODION-1998]JDBC Type2 column information improve
    
    JDBC type2 use query to get the columns information from SQL.
    1. For Nullable, use the origin value from SQL
    2. For remark, return empty string since not support

----


> JDBC Type2 column information improve
> -------------------------------------
>
>                 Key: TRAFODION-1998
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-1998
>             Project: Apache Trafodion
>          Issue Type: Improvement
>          Components: client-jdbc-t2
>            Reporter: Weiqing Xu
>            Priority: Trivial
>
> JDBC type2 use query to get the columns information from SQL.
> 1. For Nullable, use the origin value from SQL
> 2. For remark, return empty string since not support



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)