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-3067: [GH-999] DDC-3065 null value in in criteria support #3839

Closed
doctrinebot opened this issue Apr 3, 2014 · 5 comments
Closed

DDC-3067: [GH-999] DDC-3065 null value in in criteria support #3839

doctrinebot opened this issue Apr 3, 2014 · 5 comments
Assignees
Labels
Milestone

Comments

@doctrinebot
Copy link

Jira issue originally created by user @doctrinebot:

This issue is created automatically through a Github pull request on behalf of Ocramius:

Url: #999

Message:

See DDC-3065 (http://www.doctrine-project.org/jira/browse/[DDC-3065](http://www.doctrine-project.org/jira/browse/DDC-3065))

This MAY be a breakage, since the following API now works as expected:

$repository->findBy(['fieldName' => [null]]);
$repository->findBy(['fieldName' => [123, null]]);

Where before, null was just ignored

@doctrinebot
Copy link
Author

@doctrinebot
Copy link
Author

Comment created by @doctrinebot:

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

@doctrinebot
Copy link
Author

Comment created by @FabioBatSilva:

Closed, see : #998

@doctrinebot
Copy link
Author

Issue was closed with resolution "Fixed"

@doctrinebot
Copy link
Author

Comment created by @doctrinebot:

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

@doctrinebot doctrinebot added this to the 2.5 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