We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe0fa4 commit c26588fCopy full SHA for c26588f
1 file changed
user_guide_src/source/installation/upgrade_470.rst
@@ -39,6 +39,10 @@ This avoids ambiguity with regex quantifiers such as ``{1,3}``.
39
Model Primary Key Validation Timing and Exceptions
40
==================================================
41
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
+
46
Primary key values are now validated before database queries in
47
``insert()``/``insertBatch()`` (without auto-increment), ``update()``, and
48
``delete()``.
0 commit comments