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/12 07:56:43 UTC

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

limingwei edited a comment 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-573391504
 
 
   `MyFactory extends DefaultShardingSpherePreparedStatementFactory {
   	boolean cacheThePreparedStatement ( it ) {
   		if ( not contains parameter marker ) {
   			return false;
   		}
   
   		return super.cachePreparedStatement( it );
   	}
   }`

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