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/01/08 07:33:30 UTC

[GitHub] [incubator-shardingsphere] qiqsa opened a new issue #3896: ResultSet method not supported

qiqsa opened a new issue #3896: ResultSet method not supported
URL: https://github.com/apache/incubator-shardingsphere/issues/3896
 
 
   ## Feature Request
   
   Druid 1.1.20 have support  this two method:
       public final <T> T getObject(final int columnIndex, final Class<T> type) 
       public final <T> T getObject(final String columnLabel, final Class<T> type) 
   
   but sharing not support this method ....
   
   

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] kimmking edited a comment on issue #3896: ResultSet method not supported

Posted by GitBox <gi...@apache.org>.
kimmking edited a comment on issue #3896: ResultSet method not supported
URL: https://github.com/apache/incubator-shardingsphere/issues/3896#issuecomment-572425704
 
 
   I find h2database driver doesnt support this feature.
   
   `
   org.h2.jdbc.JdbcSQLException: Feature not supported: "java.lang.Class" [50100-196]
   
   	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
   	at org.h2.message.DbException.get(DbException.java:179)
   	at org.h2.message.DbException.get(DbException.java:155)
   	at org.h2.message.DbException.getUnsupportedException(DbException.java:216)
   	at org.h2.message.TraceObject.unsupported(TraceObject.java:374)
   	at org.h2.jdbc.JdbcResultSet.extractObjectOfType(JdbcResultSet.java:3819)
   	at org.h2.jdbc.JdbcResultSet.getObject(JdbcResultSet.java:3740)
   	at org.apache.commons.dbcp2.DelegatingResultSet.getObject(DelegatingResultSet.java:1263)
   	at org.apache.commons.dbcp2.DelegatingResultSet.getObject(DelegatingResultSet.java:1263)
   	at org.apache.shardingsphere.sharding.execute.sql.execute.result.StreamQueryResult.getValue(StreamQueryResult.java:91)
   	at org.apache.shardingsphere.underlying.merge.result.impl.transparent.TransparentMergedResult.getValue(TransparentMergedResult.java:45)
   	at org.apache.shardingsphere.encrypt.merge.dql.EncryptMergedResult.getValue(EncryptMergedResult.java:50)
   	at org.apache.shardingsphere.shardingjdbc.jdbc.core.resultset.EncryptResultSet.getObject(EncryptResultSet.java:420)
   	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.EncryptStatementTest.assertSelectWithCipherColumn(EncryptStatementTest.java:148)
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.lang.reflect.Method.invoke(Method.java:498)
   	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
   	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
   	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
   	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
   	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
   	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
   	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
   	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
   	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
   	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
   	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
   	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
   	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
   	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
   	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
   	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
   	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
   	at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
   	at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:51)
   	at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
   	at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)
   
   
   `

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] qiqsa commented on issue #3896: ResultSet method not supported

Posted by GitBox <gi...@apache.org>.
qiqsa commented on issue #3896: ResultSet method not supported
URL: https://github.com/apache/incubator-shardingsphere/issues/3896#issuecomment-572426442
 
 
   ok .thank you 

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] kimmking commented on issue #3896: ResultSet method not supported

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #3896: ResultSet method not supported
URL: https://github.com/apache/incubator-shardingsphere/issues/3896#issuecomment-572205168
 
 
   @qiqsa 
   Do you means two methods in java.sql.ResultSet:
   ```
   public <T> T getObject(int columnIndex, Class<T> type) throws SQLException;
   public <T> T getObject(String columnLabel, Class<T> type) throws SQLException;
   ```

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] kimmking commented on issue #3896: ResultSet method not supported

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #3896: ResultSet method not supported
URL: https://github.com/apache/incubator-shardingsphere/issues/3896#issuecomment-572425704
 
 
   I find h2database driver doesnt support this feature.

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] kimmking edited a comment on issue #3896: ResultSet method not supported

Posted by GitBox <gi...@apache.org>.
kimmking edited a comment on issue #3896: ResultSet method not supported
URL: https://github.com/apache/incubator-shardingsphere/issues/3896#issuecomment-572425704
 
 
   I find h2database driver doesnt support this feature.
   
   run test case :
   org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.
   EncryptStatementTest.assertSelectWithCipherColumn
   
   There: 
   
   
   ```
   
   org.h2.jdbc.JdbcSQLException: Feature not supported: "java.lang.Class" [50100-196]
   	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
   	at org.h2.message.DbException.get(DbException.java:179)
   	at org.h2.message.DbException.get(DbException.java:155)
   	at org.h2.message.DbException.getUnsupportedException(DbException.java:216)
   	at org.h2.message.TraceObject.unsupported(TraceObject.java:374)
   	at org.h2.jdbc.JdbcResultSet.extractObjectOfType(JdbcResultSet.java:3819)
   	at org.h2.jdbc.JdbcResultSet.getObject(JdbcResultSet.java:3740)
   	at org.apache.commons.dbcp2.DelegatingResultSet.getObject(DelegatingResultSet.java:1263)
   	at org.apache.commons.dbcp2.DelegatingResultSet.getObject(DelegatingResultSet.java:1263)
   	at org.apache.shardingsphere.sharding.execute.sql.execute.result.StreamQueryResult.getValue(StreamQueryResult.java:91)
   	at org.apache.shardingsphere.underlying.merge.result.impl.transparent.TransparentMergedResult.getValue(TransparentMergedResult.java:45)
   	at org.apache.shardingsphere.encrypt.merge.dql.EncryptMergedResult.getValue(EncryptMergedResult.java:50)
   	at org.apache.shardingsphere.shardingjdbc.jdbc.core.resultset.EncryptResultSet.getObject(EncryptResultSet.java:420)
   	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.EncryptStatementTest.assertSelectWithCipherColumn(EncryptStatementTest.java:148)
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.lang.reflect.Method.invoke(Method.java:498)
   	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
   	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
   	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
   	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
   	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
   	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
   	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
   	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
   	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
   	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
   	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
   	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
   	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
   	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
   	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
   	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
   	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
   	at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
   	at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:51)
   	at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
   	at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)
   
   
   ```

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] kimmking edited a comment on issue #3896: ResultSet method not supported

Posted by GitBox <gi...@apache.org>.
kimmking edited a comment on issue #3896: ResultSet method not supported
URL: https://github.com/apache/incubator-shardingsphere/issues/3896#issuecomment-572425704
 
 
   I find h2database driver doesnt support this feature.
   
   run test case :
   org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.
   EncryptStatementTest.assertSelectWithCipherColumn
   
   There: 
   org.h2.jdbc.JdbcSQLException: Feature not supported: "java.lang.Class" [50100-196]
   
   
   ```
   	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
   	at org.h2.message.DbException.get(DbException.java:179)
   	at org.h2.message.DbException.get(DbException.java:155)
   	at org.h2.message.DbException.getUnsupportedException(DbException.java:216)
   	at org.h2.message.TraceObject.unsupported(TraceObject.java:374)
   	at org.h2.jdbc.JdbcResultSet.extractObjectOfType(JdbcResultSet.java:3819)
   	at org.h2.jdbc.JdbcResultSet.getObject(JdbcResultSet.java:3740)
   	at org.apache.commons.dbcp2.DelegatingResultSet.getObject(DelegatingResultSet.java:1263)
   	at org.apache.commons.dbcp2.DelegatingResultSet.getObject(DelegatingResultSet.java:1263)
   	at org.apache.shardingsphere.sharding.execute.sql.execute.result.StreamQueryResult.getValue(StreamQueryResult.java:91)
   	at org.apache.shardingsphere.underlying.merge.result.impl.transparent.TransparentMergedResult.getValue(TransparentMergedResult.java:45)
   	at org.apache.shardingsphere.encrypt.merge.dql.EncryptMergedResult.getValue(EncryptMergedResult.java:50)
   	at org.apache.shardingsphere.shardingjdbc.jdbc.core.resultset.EncryptResultSet.getObject(EncryptResultSet.java:420)
   	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.EncryptStatementTest.assertSelectWithCipherColumn(EncryptStatementTest.java:148)
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.lang.reflect.Method.invoke(Method.java:498)
   	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
   	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
   	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
   	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
   	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
   	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
   	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
   	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
   	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
   	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
   	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
   	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
   	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
   	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
   	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
   	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
   	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
   	at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
   	at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:51)
   	at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
   	at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)
   
   
   ```

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] kimmking edited a comment on issue #3896: ResultSet method not supported

Posted by GitBox <gi...@apache.org>.
kimmking edited a comment on issue #3896: ResultSet method not supported
URL: https://github.com/apache/incubator-shardingsphere/issues/3896#issuecomment-572425704
 
 
   I find h2database driver doesnt support this feature.
   
   run test case :
   org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.
   EncryptStatementTest.assertSelectWithCipherColumn
   
   There: 
   org.h2.jdbc.JdbcSQLException: Feature not supported: "java.lang.Class" [50100-196]
   
   `
   	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
   	at org.h2.message.DbException.get(DbException.java:179)
   	at org.h2.message.DbException.get(DbException.java:155)
   	at org.h2.message.DbException.getUnsupportedException(DbException.java:216)
   	at org.h2.message.TraceObject.unsupported(TraceObject.java:374)
   	at org.h2.jdbc.JdbcResultSet.extractObjectOfType(JdbcResultSet.java:3819)
   	at org.h2.jdbc.JdbcResultSet.getObject(JdbcResultSet.java:3740)
   	at org.apache.commons.dbcp2.DelegatingResultSet.getObject(DelegatingResultSet.java:1263)
   	at org.apache.commons.dbcp2.DelegatingResultSet.getObject(DelegatingResultSet.java:1263)
   	at org.apache.shardingsphere.sharding.execute.sql.execute.result.StreamQueryResult.getValue(StreamQueryResult.java:91)
   	at org.apache.shardingsphere.underlying.merge.result.impl.transparent.TransparentMergedResult.getValue(TransparentMergedResult.java:45)
   	at org.apache.shardingsphere.encrypt.merge.dql.EncryptMergedResult.getValue(EncryptMergedResult.java:50)
   	at org.apache.shardingsphere.shardingjdbc.jdbc.core.resultset.EncryptResultSet.getObject(EncryptResultSet.java:420)
   	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.EncryptStatementTest.assertSelectWithCipherColumn(EncryptStatementTest.java:148)
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.lang.reflect.Method.invoke(Method.java:498)
   	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
   	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
   	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
   	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
   	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
   	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
   	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
   	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
   	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
   	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
   	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
   	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
   	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
   	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
   	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
   	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
   	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
   	at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
   	at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:51)
   	at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
   	at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)
   
   
   `

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] qiqsa commented on issue #3896: ResultSet method not supported

Posted by GitBox <gi...@apache.org>.
qiqsa commented on issue #3896: ResultSet method not supported
URL: https://github.com/apache/incubator-shardingsphere/issues/3896#issuecomment-572331942
 
 
   thank you  . but this class AbstractUnsupportedOperationResultSet  still exist this two method ,please see again

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] qiqsa closed issue #3896: ResultSet method not supported

Posted by GitBox <gi...@apache.org>.
qiqsa closed issue #3896: ResultSet method not supported
URL: https://github.com/apache/incubator-shardingsphere/issues/3896
 
 
   

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] kimmking commented on issue #3896: ResultSet method not supported

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #3896: ResultSet method not supported
URL: https://github.com/apache/incubator-shardingsphere/issues/3896#issuecomment-572225560
 
 
   And you can see: 
   https://github.com/kimmking/incubator-shardingsphere/tree/issue3896
   
   https://github.com/kimmking/incubator-shardingsphere/commit/853ac638b99c60b577c4abaed1a4ee420a591e96
   

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3896: ResultSet method not supported

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #3896: ResultSet method not supported
URL: https://github.com/apache/incubator-shardingsphere/issues/3896#issuecomment-572032417
 
 
   What is your version and which class do you indicate?

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


With regards,
Apache Git Services