evazion
089c304992
paginator: fix page counts for relations with group by clauses.
...
Fix an invalid SQL exception that occurs when the paginator tries to
do a COUNT(*) to calculate the page count of a relation that already
includes a GROUP BY + COUNT(*) clause. We need to nest the whole query
inside a `SELECT COUNT(*) FROM (...)` subquery so the inner COUNT(*)
doesn't mess up the outer COUNT(*).
Fixes #4285 .
2020-02-05 14:27:48 -06:00
..
2020-02-02 22:27:49 -06:00
2020-01-11 19:07:28 -06:00
2019-12-22 21:23:37 -06:00
2020-01-31 02:43:08 -06:00
2020-01-13 12:58:20 -06:00
2020-01-21 16:34:03 -06:00
2019-12-28 00:21:40 -06:00
2020-01-21 00:09:38 -06:00
2020-01-21 00:09:38 -06:00
2019-12-22 21:23:37 -06:00
2020-01-07 00:01:14 -06:00
2020-01-21 00:09:38 -06:00
2019-11-09 14:42:30 -06:00
2019-12-15 14:03:15 -06:00
2019-11-23 18:19:08 -06:00
2019-08-24 22:55:36 -05:00
2019-08-01 00:06:18 -05:00
2020-01-26 19:16:38 -06:00
2019-12-22 21:23:37 -06:00
2019-12-22 21:23:37 -06:00
2020-01-21 00:10:21 -06:00
2019-12-22 21:23:37 -06:00
2020-01-21 15:02:02 -06:00
2019-09-08 15:32:31 -05:00
2020-01-21 00:09:38 -06:00
2018-08-24 12:10:51 -07:00
2019-11-11 21:03:07 -06:00
2019-10-26 15:02:07 -05:00
2018-04-06 18:09:57 -07:00
2017-07-12 15:52:48 -07:00
2019-12-22 21:23:37 -06:00
2019-12-22 21:23:37 -06:00
2020-01-11 00:59:25 -06:00
2020-02-05 14:27:48 -06:00
2020-01-11 19:07:28 -06:00
2020-01-11 19:07:28 -06:00
2019-12-22 21:23:37 -06:00
2019-12-22 21:23:37 -06:00
2019-12-22 21:23:37 -06:00
2019-12-22 21:23:37 -06:00
2020-01-27 11:29:29 -06:00
2018-10-31 16:15:07 -07:00
2020-01-12 23:01:04 -06:00
2020-01-11 19:01:40 -06:00
2019-12-17 02:24:44 -06:00
2019-12-22 21:23:37 -06:00
2020-01-07 00:57:58 -06:00
2019-11-17 17:50:23 -06:00
2020-01-11 19:07:28 -06:00
2019-12-22 21:23:37 -06:00
2020-02-03 04:52:12 -06:00
2019-12-22 21:23:37 -06:00
2020-01-11 01:31:29 -06:00
2020-01-13 21:21:13 +00:00
2019-12-22 21:23:37 -06:00
2020-01-22 13:21:31 -06:00
2019-12-22 21:24:00 -06:00
2019-12-22 21:23:37 -06:00
2019-09-17 02:43:53 -05:00
2019-09-25 17:57:11 -05:00
2019-12-22 21:23:37 -06:00
2019-10-31 19:04:18 -05:00
2020-01-21 00:09:38 -06:00
2019-12-13 17:27:03 -06:00
2020-02-03 22:05:58 -06:00
2020-01-16 21:40:14 +00:00
2020-01-11 19:07:28 -06:00
2019-12-22 21:23:37 -06:00
2020-01-21 00:09:38 -06:00
2020-01-02 01:29:55 -06:00