Skip to content

Commit b3b7e4c

Browse files
committed
Fix change log
entry was in the wrong place
1 parent a689024 commit b3b7e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/changelogs/v4.3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ Database
102102
- SQLSRV now automatically drops ``DEFAULT`` constraint when using :ref:`Forge::dropColumn() <db-forge-dropColumn>`.
103103
- ``BaseConnection::escape()`` now excludes the ``RawSql`` data type. This allows passing SQL strings into data.
104104
- The new method ``Forge::dropPrimaryKey()`` allows dropping the primary key on a table. See :ref:`dropping-a-primary-key`.
105+
- Improved the SQL structure for ``Builder::updateBatch()``. See :ref:`update-batch` for the details.
105106

106107
Model
107108
=====
108109

109110
- Added before and after events to ``BaseModel::insertBatch()`` and ``BaseModel::updateBatch()`` methods. See :ref:`model-events-callbacks`.
110111
- Added ``Model::allowEmptyInserts()`` method to insert empty data. See :ref:`Using CodeIgniter's Model <model-allow-empty-inserts>`
111112
- Added new :ref:`entities-property-casting` class ``IntBoolCast`` for Entity.
112-
- Improved the SQL structure for ``Builder::updateBatch()``. See :ref:`update-batch` for the details.
113113

114114
Libraries
115115
=========

0 commit comments

Comments
 (0)