mirror of
https://github.com/apache/nifi.git
synced 2025-02-08 19:14:57 +00:00
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. Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #4034.