File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -102,14 +102,14 @@ Database
102
102
- SQLSRV now automatically drops ``DEFAULT `` constraint when using :ref: `Forge::dropColumn() <db-forge-dropColumn >`.
103
103
- ``BaseConnection::escape() `` now excludes the ``RawSql `` data type. This allows passing SQL strings into data.
104
104
- 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.
105
106
106
107
Model
107
108
=====
108
109
109
110
- Added before and after events to ``BaseModel::insertBatch() `` and ``BaseModel::updateBatch() `` methods. See :ref: `model-events-callbacks `.
110
111
- Added ``Model::allowEmptyInserts() `` method to insert empty data. See :ref: `Using CodeIgniter's Model <model-allow-empty-inserts >`
111
112
- 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.
113
113
114
114
Libraries
115
115
=========
You can’t perform that action at this time.
0 commit comments