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

Sergio Lob commented on PHOENIX-1659:
-------------------------------------

This bug should be fixed as the bug goes against the java api standard as to 
what columns should (at minimum) be returned and in what order. The fact that 
REMARKS column is missing causes grief to generic java JDBC programs (like 
ours) that go against many different vendor JDBC drivers. 

> PhoenixDatabaseMetaData.getColumns does not return REMARKS column
> -----------------------------------------------------------------
>
>                 Key: PHOENIX-1659
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1659
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Kevin Guthrie
>              Labels: Newbie
>
> I am attempting to use phoenix as a jdbc input for MyBatis, and I am getting 
> errors when loading the meta data for table columns because the value of the 
> REMARKS column is not returned by the query issued in 
> PhoenixDatabaseMetaData.getColumns



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

Reply via email to