You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Alice Chen (JIRA)" <ji...@apache.org> on 2015/07/22 20:20:22 UTC

[jira] [Created] (TRAFODION-1197) LP Bug: 1447326 - T2 catalog methods don't assume default catalog/schema when these are set to null

Alice Chen created TRAFODION-1197:
-------------------------------------

             Summary: LP Bug: 1447326 - T2 catalog methods don't assume default catalog/schema when these are set to null
                 Key: TRAFODION-1197
                 URL: https://issues.apache.org/jira/browse/TRAFODION-1197
             Project: Apache Trafodion
          Issue Type: Bug
          Components: client-jdbc-t2
            Reporter: Aruna Sadashiva
            Assignee: Weiqing Xu
            Priority: Critical
             Fix For: 2.0-incubating


The following returns data for current catalog/schema in t4, but returns null in t2 :

DatabaseMetaData dbmd = conn.getMetaData();
ResultSet rs = dbmd.getColumns(null, null, tableName, null);



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