1
0
mirror of synced 2025-01-18 14:31:40 +03:00
Sander Marechal 5dc0081f56 Add support for paginating WHERE NOT ... queries
The Pagination tool throws an exception on a DQL query like:

SELECT u FROM User u WHERE NOT (u INSTANCE OF Person)

This is because Paginate does not know about the
Doctrine\ORM\Query\AST\ConditionalFactor which implements the NOT
operator. This patch adds support for that.
2012-01-23 15:42:41 +01:00
..
2011-12-19 22:56:19 +01:00
2011-12-19 22:56:19 +01:00