File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ Deprecations
3030Bugs 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+
3336See the repo's
3437`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md >`_
3538for a complete list of bugs fixed.
Original file line number Diff line number Diff 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+
11101112Update from Data
11111113^^^^^^^^^^^^^^^^
11121114
You can’t perform that action at this time.
0 commit comments