Github user DaveBirdsall commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/545#discussion_r67071141
  
    --- Diff: 
core/conn/jdbcT4/src/main/java/org/trafodion/jdbc/t4/InterfaceResultSet.java ---
    @@ -503,6 +515,11 @@ static Object getExecute2FetchString(TrafT4Connection 
conn, TrafT4Desc desc, byt
                                break;
                        }
                        break;
    +           case SQLTYPECODE_TINYINT:
    +           case SQLTYPECODE_TINYINT_UNSIGNED:
    +                        short sValue1 = (byte) values[noNullValue];
    +                   retObj = new Short(sValue1);
    +                   break;
    --- End diff --
    
    Do we have to twiddle a sign bit for one of these?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to