Skip to content

Commit 8bae99e

Browse files
committed
More updates to documentation
1 parent f4b83b4 commit 8bae99e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

user_guide_src/source/changelogs/v4.3.0.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,11 @@ Others
9090
- The return type of ``CodeIgniter\Database\Database::loadForge()`` has been changed to ``Forge``.
9191
- The return type of ``CodeIgniter\Database\Database::loadUtils()`` has been changed to ``BaseUtils``.
9292
- Parameter ``$column`` has changed in ``Table::dropForeignKey()`` to ``$foreignName``.
93-
- The second parameter ``$index`` of ``BaseBuilder::updateBatch()`` has changed to ``$constraints``. It now accepts an array, string, or ``RawSql``.
93+
- The second parameter ``$index`` of ``BaseBuilder::updateBatch()`` has changed to ``$constraints``. It now accepts types array, string, or ``RawSql``. Extending classes should likewise change types.
9494
- The ``$set`` parameter of ``BaseBuilder::insertBatch()`` and ``BaseBuilder::updateBatch()`` now accepts an object of a single row of data.
95-
- The second and third parameters of ``BaseBuilder::_updateBatch()`` has changed. Instead of ``$values, $index``, it is now ``$keys, $values``.
95+
- ``BaseBuilder::_updateBatch()``
96+
- The second parameter ``$values`` has changed to ``$keys``.
97+
- The third parameter ``$index`` has changed to ``$values``. The parameter type also has changed to ``array``.
9698

9799
Enhancements
98100
************

0 commit comments

Comments
 (0)