executeUpdate is also deprecated

Ref 1089ad5d9e/lib/private/DB/QueryBuilder/QueryBuilder.php (L312-L323)

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2021-05-25 20:25:44 +02:00
parent 677dcad257
commit 4e7b82169c
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ interface IQueryBuilder {
* @return IResult|int
* @throws Exception since 21.0.0
* @since 8.2.0
* @deprecated 22.0.0 Use executeQuery or executeUpdate
* @deprecated 22.0.0 Use executeQuery or executeStatement
*/
public function execute();