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


   hi,  
   
   There still has a issue when I try to deal with connect:
   
   `Connection conn = shardingDataSource.getConnection();`
   `conn.createArrayOf("int8", new Long[]{1L, 2L, 3L});`
   
   It will throw SQLFeatureNotSupportedException. 
   
   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?


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