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
PersistentCollection::matching() always returns empty collection, when passed criteria's expression is created using ExpressionBuilder::isNull()
This happens because expression created by ExpressionBuilder::isNull() is wrongly translated to SQL using '=' operator instead of 'IS NULL'.
If the collection is already loaded, result is as expected.
The text was updated successfully, but these errors were encountered:
Jira issue originally created by user @beberlei:
This issue is created automatically through a Github pull request on behalf of mnapoli:
Url: #508
Message:
Fix and test for [DDC-2073](http://www.doctrine-project.org/jira/browse/[DDC-2073]%28http://www.doctrine-project.org/jira/browse/DDC-2073%29).
Ticket extract:
The text was updated successfully, but these errors were encountered: