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/11 01:39:00 UTC

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3916: SQL should not be cached if it does not contain a question mark

terrymanu commented on issue #3916: SQL should not be cached if it does not contain a  question mark
URL: https://github.com/apache/incubator-shardingsphere/issues/3916#issuecomment-573266501
 
 
   We should not consider about whatever SQL contains parameter marker or not.
   For PreparedStatement, we should cache the SQL parse result; for Statement, do not cache.

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