[
https://issues.apache.org/jira/browse/NIFI-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15421265#comment-15421265
]
ASF GitHub Bot commented on NIFI-2356:
--------------------------------------
GitHub user patricker opened a pull request:
https://github.com/apache/nifi/pull/862
NIFI-2356
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/patricker/nifi master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/862.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #862
----
commit 92eb864c96dc3096c28f6d3a2e13402d7bc0a292
Author: Peter Wicks <[email protected]>
Date: 2016-08-15T16:49:37Z
NIFI-2356
----
> ConvertJSONToSQL Assumes IS_AUTOINCREMENT
> -----------------------------------------
>
> Key: NIFI-2356
> URL: https://issues.apache.org/jira/browse/NIFI-2356
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 0.7.0
> Environment: Teradata JDBC
> Reporter: Peter Wicks
>
> ConvertJSONToSQL Processor, it assumes that the column "IS_AUTOINCREMENT"
> will always be available.
> When using Teradata JDBC driver this column is not available. This bug has
> also been seen when connecting to Netezza.
> Available Teradata columns are:
> TABLE_CAT
> TABLE_SCHEM
> TABLE_NAME
> COLUMN_NAME
> DATA_TYPE
> TYPE_NAME
> COLUMN_SIZE
> BUFFER_LENGTH
> DECIMAL_DIGITS
> NUM_PREC_RADIX
> NULLABLE
> REMARKS
> COLUMN_DEF
> SQL_DATA_TYPE
> SQL_DATETIME_SUB
> CHAR_OCTET_LENGTH
> ORDINAL_POSITION
> IS_NULLABLE
> SCOPE_CATLOG
> SCOPE_SCHEMA
> SCOPE_TABLE
> SOURCE_DATA_TYPE
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)