5 lines
371 B
Plaintext
5 lines
371 B
Plaintext
$ mvn -o -B test -Dtest=PaginationTest#totalCountQuery_forPageOfMPattern
|
|
(trimmed to the test's own RESULT line)
|
|
|
|
RESULT[pagination-total-count-pattern]: 7 matching rows, page size 3 -> 3 total pages ('Page 2 of 3') | page 2 contents: [CountPattern-4, CountPattern-5, CountPattern-6] -- two separate queries (a COUNT and a LIMIT/OFFSET SELECT), not one query doing both.
|