Querydsl: Use SQL_CALC_FOUND_ROWS for MySQL when returning page and total

Created on 27 Nov 2014  Â·  2Comments  Â·  Source: querydsl/querydsl

Use SQL_CALC_FOUND_ROWS for MySQL when returning page and total

Most helpful comment

Any chance to implement this?

All 2 comments

Any chance to implement this?

SQL_CALC_FOUND_ROWS is already deprecated in MySQL, they currently recommend using the exact behaviour QueryDSL alwasy had.

Was this page helpful?
0 / 5 - 0 ratings