You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Koji Kawamura (JIRA)" <ji...@apache.org> on 2018/01/02 23:19:00 UTC

[jira] [Created] (NIFI-4729) ConvertJSONToSQL converts boolean values wrongly

Koji Kawamura created NIFI-4729:
-----------------------------------

             Summary: ConvertJSONToSQL converts boolean values wrongly
                 Key: NIFI-4729
                 URL: https://issues.apache.org/jira/browse/NIFI-4729
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
    Affects Versions: 1.4.0
            Reporter: Koji Kawamura
            Assignee: Koji Kawamura
            Priority: Critical


This line converts 'true' to '0', and 'false' to '1'. But it should have been written in reverse to correctly map boolean values into database.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)