You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Boris Kjaer (JIRA)" <ji...@apache.org> on 2018/05/14 14:39:00 UTC

[jira] [Closed] (BEAM-4189) Write sql.Array type to SQL with JdbcIO

     [ https://issues.apache.org/jira/browse/BEAM-4189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kjaer closed BEAM-4189.
-----------------------------

Resolved

> 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é
>            Priority: Major
>             Fix For: 0.6.0
>
>
> 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)