Feature #9537
Query criterions should be able to compare whole objects
| Status: | New | Start date: | 2010-08-31 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Persistence | |||
| Target version: | - | |||
| PHP Version: | Complexity: | |||
| Has patch: | ||||
| Votes: | 1 (View) |
Description
Currently it is not possible to exclude specific objects from a resultset by using query criterions.
Possible syntaxes:
Query::equals(SELF, $object) Query::equals($object) Query::is($object) Query::contains($object) ...