Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Quick Review] executeUpdate is also deprecated #27104

Merged
merged 1 commit into from
May 25, 2021
Merged

Conversation

LukasReschke
Copy link
Member

/**
* 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 {

@LukasReschke LukasReschke changed the title executeUpdate is also deprecated [Quick Review] executeUpdate is also deprecated May 25, 2021
@LukasReschke LukasReschke added the 3. to review Waiting for reviews label May 25, 2021
@LukasReschke LukasReschke added this to the Nextcloud 22 milestone May 25, 2021
@LukasReschke LukasReschke requested a review from kesselb May 25, 2021 18:31
@kesselb kesselb merged commit 1b21b17 into master May 25, 2021
@kesselb kesselb deleted the properly-name-execute branch May 25, 2021 18:44
@MorrisJobke MorrisJobke mentioned this pull request May 26, 2021
98 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants