These functions needs special case in the taint code
- ReplaceQueryBuilder::row
- ReplaceQueryBuilder::rows
to be handled similar to the same-named functions in InsertQueryBuilder (T253380 / 9b35afd537c804f9fc581b5453977846d40739d5)
These functions needs special case in the taint code
to be handled similar to the same-named functions in InsertQueryBuilder (T253380 / 9b35afd537c804f9fc581b5453977846d40739d5)
Maybe this is not needed as there is no special handling for argument $rows for IDatabase::replace or IDatabase::upsert at the moment.