Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-4189

Write sql.Array type to SQL with JdbcIO

Details

    • Improvement
    • Status: Resolved
    • P2
    • Resolution: Not A Problem
    • None
    • 0.6.0
    • io-java-jdbc
    • None

    Description

      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.

      Attachments

        Activity

          People

            jbonofre Jean-Baptiste Onofré
            borisbolvig Boris Kjaer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: