We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e43b5 commit d51490fCopy full SHA for d51490f
src/main/java/org/apache/ibatis/jdbc/ScriptRunner.java
@@ -65,6 +65,9 @@ public void setRemoveCRs(boolean removeCRs) {
65
this.removeCRs = removeCRs;
66
}
67
68
+ /**
69
+ * @since 3.1.1
70
+ */
71
public void setEscapeProcessing(boolean escapeProcessing) {
72
this.escapeProcessing = escapeProcessing;
73
0 commit comments