Skip to content

Commit e70ab92

Browse files
naka-shodmikurube
andauthored
Update embulk-output-sqlserver/README.md
fix Co-authored-by: Dai MIKURUBE <[email protected]>
1 parent d8119a3 commit e70ab92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embulk-output-sqlserver/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ embulk "-J-Djava.library.path=C:\drivers" run input-sqlserver.yml
6262
* Transactional: No. If fails, the target table could have some rows inserted.
6363
* Resumable: No.
6464
* **truncate_insert**:
65-
* Behavior: Same with `insert` mode excepting that it truncates(using `delete from`, not using `truncate`) the target table right before the last `INSERT ...` query.
65+
* Behavior: Same with `insert` mode excepting that it truncates the target table (with SQL `DELETE FROM`, not `TRUNCATE`) right before the last `INSERT ...` query.
6666
* Transactional: Yes.
6767
* Resumable: No.
6868
* **replace**:

0 commit comments

Comments
 (0)