Commit 88f67dc
committed
minor #16354 [Doctrine] use "executeQuery" instead of "execute" (samnela)
This PR was merged into the 5.3 branch.
Discussion
----------
[Doctrine] use "executeQuery" instead of "execute"
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).
-->
Statement::execute() is deprecated, use Statement::executeQuery() instead .
see doctrine/dbal#4580
Commits
-------
c3f359e [Doctrine] use executeQuery instead of execute1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
851 | 851 | | |
852 | 852 | | |
853 | 853 | | |
854 | | - | |
| 854 | + | |
855 | 855 | | |
856 | 856 | | |
857 | 857 | | |
| |||
0 commit comments