hebing0625 opened a new issue #9164:
URL: https://github.com/apache/shardingsphere/issues/9164


   hi,
   
   There still has a issue when I try to create array with connection as below:
   
   `Connection conn = shardingDataSource.getConnection();`
   `conn.createArrayOf("int8", new Long[]{1L, 2L, 3L});`
   
   A SQLFeatureNotSupportedException will be thrown.
   
   I trace the codes and find such snippets in 
SQLFeatureNotSupportedException.java:
   
   `@Override public final Array createArrayOf(final String typeName, final 
Object[] elements) throws SQLException {`
   `throw new SQLFeatureNotSupportedException("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]


Reply via email to