Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 3.1/imports/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 4.x/imports/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down