You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mybati...@googlegroups.com
Is there a way to disable string substitution (interpolation of ${string} variables) in MyBatis 3.1.1? I'm not using it, but profiling shows an excess amount of CPU being spent in GenericTokenParser.parse(), which mostly seems to be getting called from TextSqlNode.apply().