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 ae17f42 commit d138032Copy full SHA for d138032
src/main/java/com/microsoft/sqlserver/jdbc/SQLServerPreparedStatement.java
@@ -147,7 +147,7 @@ private void setPreparedStatementHandle(int handle) {
147
private static final Pattern execEscapePattern = Pattern.compile("^\\s*(?i)(?:exec|execute)\\b");
148
149
/**
150
- * For caching data related to bulkcopy
+ * For caching data related to batch insert with bulkcopy
151
*/
152
private SQLServerBulkCopy bcOperation = null;
153
private String bcOperationTableName = null;
0 commit comments