Skip to content

Commit d138032

Browse files
committed
Changed comment
1 parent ae17f42 commit d138032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/microsoft/sqlserver/jdbc/SQLServerPreparedStatement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ private void setPreparedStatementHandle(int handle) {
147147
private static final Pattern execEscapePattern = Pattern.compile("^\\s*(?i)(?:exec|execute)\\b");
148148

149149
/**
150-
* For caching data related to bulkcopy
150+
* For caching data related to batch insert with bulkcopy
151151
*/
152152
private SQLServerBulkCopy bcOperation = null;
153153
private String bcOperationTableName = null;

0 commit comments

Comments
 (0)