1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/lib
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
..
Doctrine/ORM Add support for paginating WHERE NOT ... queries 2012-01-23 15:42:41 +01:00
vendor [DBAL-204] Filter namespaced assets if Schemas/Emulation is not supported. 2012-01-21 11:31:54 +01:00