• flip111's avatar
    Put back some old code and fixed test case. · c6b4ff21
    flip111 authored
    Apperently the doModifyLimitQuery function does not only cover SQL
    generated by ORM (Makes sense to use DBAL as seperate component). Therefor
    it can happen that a column name does not include the table and so the old
    logic was valid anyway. (line 867-869)
    
    Fixed the unit tests to use real column names instead of aliases.
    c6b4ff21
Name
Last commit
Last update
..
Keywords Loading commit data...
AbstractPlatform.php Loading commit data...
DB2Platform.php Loading commit data...
DrizzlePlatform.php Loading commit data...
MySqlPlatform.php Loading commit data...
OraclePlatform.php Loading commit data...
PostgreSqlPlatform.php Loading commit data...
SQLAzurePlatform.php Loading commit data...
SQLServer2005Platform.php Loading commit data...
SQLServer2008Platform.php Loading commit data...
SQLServer2012Platform.php Loading commit data...
SQLServerPlatform.php Loading commit data...
SqlitePlatform.php Loading commit data...