Skip to content

Commit c26588f

Browse files
committed
add info about insertBatch/updateBatch changes
1 parent 1fe0fa4 commit c26588f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

user_guide_src/source/installation/upgrade_470.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ This avoids ambiguity with regex quantifiers such as ``{1,3}``.
3939
Model Primary Key Validation Timing and Exceptions
4040
==================================================
4141

42+
The ``insertBatch()`` and ``updateBatch()`` methods now honor model settings
43+
like ``updateOnlyChanged`` and ``allowEmptyInserts``. This change ensures
44+
consistent handling across all insert/update operations.
45+
4246
Primary key values are now validated before database queries in
4347
``insert()``/``insertBatch()`` (without auto-increment), ``update()``, and
4448
``delete()``.

0 commit comments

Comments
 (0)