Commit 6cfce6a
committed
bug #16431 call
This PR was submitted for the 6.0 branch but it was merged into the 4.4 branch instead.
Discussion
----------
call `fetchAllAssociative` for a result set not a statement
`fetchAllAssociative()` is not available for class "Doctrine\DBAL\Statement"
<!--
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).
-->
Commits
-------
81b69ee call `fetchAllAssociative` for a result setfetchAllAssociative for a result set not a statement (ghertko)1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
853 | 853 | | |
854 | 854 | | |
855 | 855 | | |
856 | | - | |
| 856 | + | |
857 | 857 | | |
858 | 858 | | |
859 | | - | |
| 859 | + | |
860 | 860 | | |
861 | 861 | | |
862 | 862 | | |
| |||
0 commit comments