Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.3.1
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
This issue is created automatically through a Github pull request on behalf of mnapoli:
Url: https://github.com/doctrine/doctrine2/pull/508
Message:
Fix and test for DDC-2073(http://www.doctrine-project.org/jira/browse/DDC-2073).
Ticket extract:
> 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.
Argh this issue should be closed, I apparently failed linking the pull request to
DDC-2073