File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1950,7 +1950,7 @@ protected function formatValues(array $values): array
1950
1950
/**
1951
1951
* Compiles batch insert strings and runs the queries
1952
1952
*
1953
- * @param array|string |null $set a dataset or select query
1953
+ * @param array|object |null $set a dataset
1954
1954
*
1955
1955
* @return false|int|string[] Number of rows inserted or FALSE on failure, SQL array when testMode
1956
1956
*/
@@ -2285,7 +2285,7 @@ protected function validateUpdate(): bool
2285
2285
/**
2286
2286
* Sets data and calls batchExecute to run queryies
2287
2287
*
2288
- * @param array|object|string| null $set a dataset or select query
2288
+ * @param array|object|null $set a dataset or select query
2289
2289
* @param array|RawSql|string|null $constraints
2290
2290
*
2291
2291
* @return false|int|string[] Number of rows affected or FALSE on failure, SQL array when testMode
Original file line number Diff line number Diff line change 47
47
is a ``CITestStreamFilter::registration() `` method for this. See :ref: `upgrade-430-stream-filter ` for details.
48
48
- The data structure returned by ``BaseConnection::getForeignKeyData() `` has been changed.
49
49
- The second parameter ``$index `` of ``BaseBuilder::updateBatch() `` has changed to ``$constraints ``. It now accepts an array, string, or ``RawSql ``.
50
+ - The ``$set `` parameter of ``BaseBuilder::insertBatch() `` and ``BaseBuilder::updateBatch() `` now accepts an object of a single row of data.
50
51
51
52
.. _v430-interface-changes :
52
53
You can’t perform that action at this time.
0 commit comments