Skip to content

Commit cf8ce9a

Browse files
naorpeledclaude
andcommitted
docs: rephrase affected APIs paragraph for clarity
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2b1f20b commit cf8ce9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/guides/8-migration-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ new DataSource({
330330
})
331331
```
332332

333-
This setting applies to find operations (`find`, `findOne`, `findBy`), EntityManager/Repository mutation methods (`update`, `delete`, `softDelete`, `restore`), and QueryBuilder's `.setFindOptions()`. It does **not** apply to QueryBuilder's `.where()`, `.andWhere()`, or `.orWhere()` — those are low-level APIs where null and undefined values pass through as-is. See [Null and undefined handling](../data-source/5-null-and-undefined-handling.md) for full details.
333+
This setting guards all high-level APIs — find operations, repository/manager mutation methods, and `queryBuilder.setFindOptions()` (the only QueryBuilder method that is affected). The low-level `.where()`, `.andWhere()`, and `.orWhere()` are **not** affected — null and undefined values pass through as-is. See [Null and undefined handling](../data-source/5-null-and-undefined-handling.md) for full details.
334334

335335
### Drop support for configuration via environment variables
336336

0 commit comments

Comments
 (0)