diff --git a/3.1/imports/validation.md b/3.1/imports/validation.md index 1df1515..75db717 100644 --- a/3.1/imports/validation.md +++ b/3.1/imports/validation.md @@ -157,7 +157,7 @@ public function customValidationAttributes() ### Database transactions -The entire import is automatically wrapped in a **database transaction**, that means that *every* error will rollback the entire import. When using batch inserts, only the **current** batch will be rollbacked. +The entire import is automatically wrapped in a **database transaction**, that means that *every* error will rollback the entire import (even when using batch inserts). #### Disable transactions diff --git a/4.x/imports/validation.md b/4.x/imports/validation.md index 4a412dc..38bf473 100644 --- a/4.x/imports/validation.md +++ b/4.x/imports/validation.md @@ -158,7 +158,7 @@ public function customValidationAttributes() ### Database transactions -The entire import is automatically wrapped in a **database transaction**, that means that *every* error will rollback the entire import. When using batch inserts, only the **current** batch will be rollbacked. +The entire import is automatically wrapped in a **database transaction**, that means that *every* error will rollback the entire import (even when using batch inserts). #### Disable transactions