tanxujie opened a new issue #11398: URL: https://github.com/apache/shardingsphere/issues/11398
### Which version of ShardingSphere did you use? 5.0.0-beta ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? Both ### Reason analyze (If you can) duplicated code or missing some other important jdbc property ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. when i read 'HikariJDBCParameterDecorator' class source, i found 'useServerPrepStmts' property was set twice in decorate method. I guess it may be duplicated source code or missing some more important property set?? It should be fixed even if just for clean code. :) ![Uploading duplicated code.png…]() -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
