You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One test of AllowedQueriesExceededException and some other things were broken on the main branch, I fixed these issues in another PR: #604 I'm not happy with the change of max_query_count from 1 to 0 in the internal tests but if it allow to have a version compatible with Symfony 6, it will be worth it.
One test of
AllowedQueriesExceededException
and some other things were broken on the main branch, I fixed these issues in another PR: #604 I'm not happy with the change ofmax_query_count
from1
to0
in the internal tests but if it allow to have a version compatible with Symfony 6, it will be worth it.Originally posted by @alexislefebvre in #598 (comment)
Here is the related commit: 93a080a
It looks like the queries to database are not counted properly.
The text was updated successfully, but these errors were encountered: