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

Ability to use an empty array for Criteria::inWhere #12127

Merged
merged 1 commit into from
Aug 11, 2016
Merged

Ability to use an empty array for Criteria::inWhere #12127

merged 1 commit into from
Aug 11, 2016

Conversation

sergeyklay
Copy link
Contributor

Refs: #11947, #10676

Now the examples below works in a similar way:

Phalcon\Mvc\Model\Query\Builder::inWhere('id', []);
Phalcon\Mvc\Model\Criteria::inWhere('id', []);

@sergeyklay sergeyklay merged commit efa31ae into phalcon:3.0.x Aug 11, 2016
@sergeyklay sergeyklay deleted the query/in_where branch August 11, 2016 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant