1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/tests/Doctrine/Tests/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
..
CountOutputWalkerTest.php [DDC-2282] Fix pagination problem with SQL Server. 2013-03-12 19:03:27 +01:00
CountWalkerTest.php Renamed *SqlWalker to *OutputWalker 2012-03-12 08:33:35 +01:00
LimitSubqueryOutputWalkerTest.php Add test with mixed sort 2013-01-27 11:40:40 +02:00
LimitSubqueryWalkerTest.php The distinct query should replicate the fields in order by clause and the order by clause itself from inner query 2012-11-12 13:18:46 +01:00
PaginationTestCase.php The distinct query should replicate the fields in order by clause and the order by clause itself from inner query 2012-11-12 13:18:46 +01:00
WhereInWalkerTest.php Modified the WhereInWalkerTest to be compatible with a single InputParameter. 2012-11-12 12:30:03 +01:00