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 2020/06/29 07:51:23 UTC

[GitHub] [shardingsphere] xbkaishui opened a new issue #6209: Support more java types for getObject with type method

xbkaishui opened a new issue #6209:
URL: https://github.com/apache/shardingsphere/issues/6209


   the getObject with type of  AbstractUnsupportedOperationResultSet current impl  is throw SQLFeatureNotSupportedException,
   ```
   public final Object getObject(final int columnIndex, final Map<String, Class<?>> map) throws SQLException {
           throw new SQLFeatureNotSupportedException("getObject with map");
       }
   ```
   
   I have enhanced it to support local date and time,  It's should support more java types defines in  java.sql.Types 
   


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



[GitHub] [shardingsphere] xbkaishui commented on issue #6209: Support more java types for getObject with type method

Posted by GitBox <gi...@apache.org>.
xbkaishui commented on issue #6209:
URL: https://github.com/apache/shardingsphere/issues/6209#issuecomment-699259449


   Done. can anyone take a look? thanks


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



[GitHub] [shardingsphere] kimmking commented on issue #6209: Support more java types for getObject with type method

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #6209:
URL: https://github.com/apache/shardingsphere/issues/6209#issuecomment-696536330


   any update?


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



[GitHub] [shardingsphere] tuohai666 closed issue #6209: Support more java types for getObject with type method

Posted by GitBox <gi...@apache.org>.
tuohai666 closed issue #6209:
URL: https://github.com/apache/shardingsphere/issues/6209


   


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



[GitHub] [shardingsphere] tuohai666 commented on issue #6209: Support more java types for getObject with type method

Posted by GitBox <gi...@apache.org>.
tuohai666 commented on issue #6209:
URL: https://github.com/apache/shardingsphere/issues/6209#issuecomment-651008654


   Add reference to https://github.com/apache/shardingsphere/issues/6166 .


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



[GitHub] [shardingsphere] kimmking commented on issue #6209: Support more java types for getObject with type method

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #6209:
URL: https://github.com/apache/shardingsphere/issues/6209#issuecomment-696536330


   any update?


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