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
When we execute a query doctrine-dbal issues a single corresponding query to the RDBMS.
But then it additionally issues 2 more queries for each row when I iterate over the result set:
2756 Query SELECT path, parent FROM phpcr_nodes WHERE parent IN ('/cmf/stanton/routes/en/the-region/restaurants/pizzeria-la-luna') AND workspace_name = 'default' ORDER BY sort_order ASC
2756 Query SELECT * FROM phpcr_nodes
WHERE path = '/cmf/stanton/routes/en/accommodations/restaurants/traube'
ORDER BY depth, sort_order ASC
@dbu@lsmith77 any idea why? issue with doctrine-dbal?
The text was updated successfully, but these errors were encountered:
When we execute a query doctrine-dbal issues a single corresponding query to the RDBMS.
But then it additionally issues 2 more queries for each row when I iterate over the result set:
@dbu @lsmith77 any idea why? issue with doctrine-dbal?
The text was updated successfully, but these errors were encountered: