You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Toivo Adams (JIRA)" <ji...@apache.org> on 2015/10/31 15:18:27 UTC

[jira] [Resolved] (NIFI-1011) ExecuteSQL does not support Binary, VarBinary or LongVarBinary data types.

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

Toivo Adams resolved NIFI-1011.
-------------------------------
    Resolution: Fixed

resolved, look  NIFI-972

> ExecuteSQL does not support Binary, VarBinary or LongVarBinary data types.
> --------------------------------------------------------------------------
>
>                 Key: NIFI-1011
>                 URL: https://issues.apache.org/jira/browse/NIFI-1011
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: 0.3.0
>         Environment: All
>            Reporter: Scott
>
> When trying to get a VarBinary or Binary column there is an ArrayIndexOutOfRangeException thrown. This is because in / nifi-nar-bundles / nifi-standard-bundle / nifi-standard-processors / src / main / java / org / apache / nifi / processors / standard / util / JdbcCommon.java the data types are not supported.
> I suggest adding them as Base64 encoded strings.



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