1
0
mirror of synced 2024-12-15 15:46:02 +03:00
doctrine2/lib/Doctrine/ORM/Tools/Pagination
Norbert Orzechowicz 6a69b4700c [DDC-2282] Fix pagination problem with SQL Server.
ORDER BY removed from all count queries when on SQL Server
Fixed SQLServer ORDER BY problem in paginator CountOutputWalker
Added test to check query with ORDER BY and SQLServerPlatform
2013-03-12 19:03:27 +01:00
..
CountOutputWalker.php [DDC-2282] Fix pagination problem with SQL Server. 2013-03-12 19:03:27 +01:00
CountWalker.php Fixed documentation for Doctrine\ORM\Tools\Pagination 2012-12-14 13:13:22 +00:00
LimitSubqueryOutputWalker.php Fix typo 2013-01-27 11:09:26 +02:00
LimitSubqueryWalker.php Fixed documentation for Doctrine\ORM\Tools\Pagination 2012-12-14 13:13:22 +00:00
Paginator.php Fixed documentation for Doctrine\ORM\Tools\Pagination 2012-12-14 13:13:22 +00:00
WhereInWalker.php Fixed documentation for Doctrine\ORM\Tools\Pagination 2012-12-14 13:13:22 +00:00