Skip to content

Commit cb9cfc4

Browse files
committed
docs: add changelog
1 parent ecfb48e commit cb9cfc4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

user_guide_src/source/changelogs/v4.4.5.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Deprecations
3030
Bugs Fixed
3131
**********
3232

33+
- **QueryBuilder:** Fixed a bug that the ``updateBatch()`` method does not work
34+
due to type errors on PostgreSQL. See the note in :ref:`update-from-data`.
35+
3336
See the repo's
3437
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
3538
for a complete list of bugs fixed.

user_guide_src/source/database/query_builder.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,8 @@ $builder->updateBatch()
11071107
.. note:: Since v4.3.0, the second parameter ``$index`` of ``updateBatch()`` has
11081108
changed to ``$constraints``. It now accepts types array, string, or ``RawSql``.
11091109

1110+
.. _update-from-data:
1111+
11101112
Update from Data
11111113
^^^^^^^^^^^^^^^^
11121114

0 commit comments

Comments
 (0)