Boris Kjaer created BEAM-4189:
---------------------------------
Summary: Write sql.Array type to SQL with JdbcIO
Key: BEAM-4189
URL: https://issues.apache.org/jira/browse/BEAM-4189
Project: Beam
Issue Type: Improvement
Components: io-java-jdbc
Reporter: Boris Kjaer
Assignee: Jean-Baptiste Onofré
java.sql.array are normally created with Connection.createArrayOf
([https://docs.oracle.com/javase/tutorial/jdbc/basics/array.html).]
However, for JdbcIO.Write the connection is private, so it is not possible to
serialise an input array, before setting it with PreparedStatement.setArray.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)