Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDC-2129: [GH-508] Fix and test for DDC-2073 #2816

Closed
doctrinebot opened this issue Nov 6, 2012 · 4 comments
Closed

DDC-2129: [GH-508] Fix and test for DDC-2073 #2816

doctrinebot opened this issue Nov 6, 2012 · 4 comments
Assignees
Labels
Milestone

Comments

@doctrinebot
Copy link

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:

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.

@doctrinebot
Copy link
Author

Comment created by mnapoli:

Argh this issue should be closed, I apparently failed linking the pull request to DDC-2073

@doctrinebot
Copy link
Author

Comment created by @beberlei:

A related Github Pull-Request [GH-508] was closed
#508

@doctrinebot
Copy link
Author

Issue was closed with resolution "Fixed"

@doctrinebot
Copy link
Author

Comment created by @doctrinebot:

A related Github Pull-Request [GH-508] was closed:
doctrine/dbal#508

@doctrinebot doctrinebot added this to the 2.3.1 milestone Dec 6, 2015
@doctrinebot doctrinebot added the Bug label Dec 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants