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

Replace uses of deprecated Connection::query() method #240

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

mbabker
Copy link
Contributor

@mbabker mbabker commented Oct 29, 2023

Fixes #238 by wrapping calls to the deprecated Connection::query() with a method_exists() check to instead call Connection::executeQuery() when the preferred API is available.

@alexislefebvre alexislefebvre merged commit 36423a1 into liip:2.x Nov 2, 2023
6 of 9 checks passed
@alexislefebvre
Copy link
Collaborator

CI fails are unrelated to this PR.

Thanks!

@mbabker mbabker deleted the dbal-query-deprecated branch November 2, 2023 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecated DBAL APIs still in use
2 participants