hebing0625 edited a comment on issue #3954:
URL: https://github.com/apache/shardingsphere/issues/3954#issuecomment-766698233


   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");
   `   }
   
   Can you help me how to solve this? @tuohai666 


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