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 2018/06/13 06:26:00 UTC

[jira] [Commented] (TRAFODION-3105) jdbcT4 meta.getColumns should return 24 columns

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

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

GitHub user mashengchen opened a pull request:

    https://github.com/apache/trafodion/pull/1606

    [TRAFODION-3105] meta.getColumns should return 24 columns

    odbc & jdbc have two rules, odbc return 18 columns while jdbc needs 24 columns, so there use two case to separate.
    also we don't support java.sql.types.REF, so value of the new added columns are just null.

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

    $ git pull https://github.com/mashengchen/trafodion getColumns

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

    https://github.com/apache/trafodion/pull/1606.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 #1606
    
----
commit 0211325eb8ac59574d0cb0d77a3949bde9a03d08
Author: mashengchen <ma...@...>
Date:   2018-06-13T06:20:44Z

    [TRAFODION-3105] meta.getColumns should return 24 columns

----


> jdbcT4 meta.getColumns should return 24 columns
> -----------------------------------------------
>
>                 Key: TRAFODION-3105
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-3105
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: client-jdbc-t4
>            Reporter: mashengchen
>            Assignee: mashengchen
>            Priority: Major
>
> jdbcT4 meta.getColumns should return 24 columns ,currently there return 18



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)