1
0
mirror of synced 2025-01-19 06:51: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
2012-01-09 08:26:33 +01:00
2011-12-22 11:05:11 -02:00
2011-12-19 22:56:19 +01:00
2011-12-22 11:05:11 -02:00
2011-12-19 22:56:19 +01:00
2011-12-28 08:50:17 +01:00
2012-01-03 22:27:03 +01:00

The file is empty.