James Taylor created PHOENIX-1037:
-------------------------------------

             Summary: Implement getResultSetSqlType for UNSIGNED date/time types
                 Key: PHOENIX-1037
                 URL: https://issues.apache.org/jira/browse/PHOENIX-1037
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 3.0.0, 4.0.0, 5.0.0
            Reporter: James Taylor


Implement getResultSetSqlType for UNSIGNED date/time types returning the 
regular Types int so that SQL clients display values correctly.

For example:

{code}
     UNSIGNED_DATE("UNSIGNED_DATE", 19, Date.class, new UnsignedDateCodec()) {

        @Override
       public int getResultSetSqlType() {
            return Types.DATE;
        }
{code}




--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to