Skip to content

Commit

Permalink
docs: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jan 20, 2024
1 parent ffa7610 commit 135754b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions user_guide_src/source/changelogs/v4.4.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ Deprecations
Bugs Fixed
**********

- **QueryBuilder:** Fixed a bug that the ``updateBatch()`` method does not work
due to type errors on PostgreSQL. See the note in :ref:`update-from-data`.

See the repo's
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
for a complete list of bugs fixed.
2 changes: 2 additions & 0 deletions user_guide_src/source/database/query_builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,8 @@ $builder->updateBatch()
.. note:: Since v4.3.0, the second parameter ``$index`` of ``updateBatch()`` has
changed to ``$constraints``. It now accepts types array, string, or ``RawSql``.

.. _update-from-data:

Update from Data
^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 135754b

Please sign in to comment.