You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/02/04 09:49:14 UTC

[GitHub] [nifi] CZuegner opened a new pull request #4033: NIFI-7095: ResetSetRecordSet: handle java.sql.Array Types in normalizeValue method

CZuegner opened a new pull request #4033: NIFI-7095: ResetSetRecordSet: handle java.sql.Array Types in normalizeValue method
URL: https://github.com/apache/nifi/pull/4033
 
 
   Some jdbc drivers e.g. Oracle returns java.sql.Array objects for array types, not just Lists.
   This commit also handles these cases, and extracts the primitive java arrays out of this jdbc holder class.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [nifi] CZuegner closed pull request #4033: NIFI-7095: ResetSetRecordSet: handle java.sql.Array Types in normalizeValue method

Posted by GitBox <gi...@apache.org>.
CZuegner closed pull request #4033: NIFI-7095: ResetSetRecordSet: handle java.sql.Array Types in normalizeValue method
URL: https://github.com/apache/nifi/pull/4033
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services