You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (Jira)" <ji...@apache.org> on 2021/11/03 22:56:00 UTC

[jira] [Updated] (NIFI-8392) ResultSetRecordSet maps JDBC CHAR type to a RecordFieldType of CHAR instead of STRING

     [ https://issues.apache.org/jira/browse/NIFI-8392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Burgess updated NIFI-8392:
-------------------------------
    Affects Version/s:     (was: 1.12.1)
                           (was: 1.11.4)
                           (was: 1.11.0)

> ResultSetRecordSet maps JDBC CHAR type to a RecordFieldType of CHAR instead of STRING
> -------------------------------------------------------------------------------------
>
>                 Key: NIFI-8392
>                 URL: https://issues.apache.org/jira/browse/NIFI-8392
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Lucas Read
>            Priority: Major
>
> So in {{ResultSetRecordSet}} it looks like we map JDBC CHAR type to a RecordFieldType of CHAR:
>  
> {code:java}
> case Types.CHAR:
>  return RecordFieldType.CHAR;
> {code}
> Needs to be changed so that Types.CHAR maps to RecordFieldType.STRING



--
This message was sent by Atlassian Jira
(v8.3.4#803005)