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:
[email protected]