Преглед на файлове

Merge pull request #45122 from nextcloud/techdebt/noid/remove-temporary-executeUpdate

fix(querybuilder): Remove temporary internal method executeUpdate()
pull/45149/head
Joas Schilling преди 1 месец
родител
ревизия
e5f5f06b1b
No account linked to committer's email address
променени са 1 файла, в които са добавени 0 реда и са изтрити 15 реда
  1. 0
    15
      lib/private/DB/QueryBuilder/QueryBuilder.php

+ 0
- 15
lib/private/DB/QueryBuilder/QueryBuilder.php Целия файл

@@ -302,21 +302,6 @@ class QueryBuilder implements IQueryBuilder {
throw new \RuntimeException('Invalid return type for query');
}

/**
* Monkey-patched compatibility layer for apps that were adapted for Nextcloud 22 before
* the first beta, where executeStatement was named executeUpdate.
*
* Static analysis should catch those misuses, but until then let's try to keep things
* running.
*
* @internal
* @deprecated
* @todo drop ASAP
*/
public function executeUpdate(): int {
return $this->executeStatement();
}

public function executeStatement(): int {
if ($this->getType() === \Doctrine\DBAL\Query\QueryBuilder::SELECT) {
throw new \RuntimeException('Invalid query type, expected INSERT, DELETE or UPDATE statement');

Loading…
Отказ
Запис