Use SQL_CALC_FOUND_ROWS for MySQL when returning page and total
Any chance to implement this?
SQL_CALC_FOUND_ROWS is already deprecated in MySQL, they currently recommend using the exact behaviour QueryDSL alwasy had.
SQL_CALC_FOUND_ROWS
Most helpful comment
Any chance to implement this?