You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/02/27 11:52:02 UTC

[GitHub] [shardingsphere] sandynz commented on issue #9164: db connection in sharding-jdbc still does not support array type

sandynz commented on issue #9164:
URL: https://github.com/apache/shardingsphere/issues/9164#issuecomment-787061223


   Hi @hebing0625 , you could use `java.sql.PreparedStatement.setObject` for now, e.g. `statement.setObject(1, new long[]{1, 2, 3})`.
   
   I'll try to support `java.sql.Connection.createArrayOf`.
   


----------------------------------------------------------------
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