Lauris BH 73ad7d2ef3 Fixes 500 error on dashboard when using MSSQL (#2504) (#2662)
MSSQL rejects the query:
  SELECT "repository"."id" FROM "repository"
  INNER JOIN "team_repo" ON "team_repo".repo_id="repository".id AND
  "repository".is_mirror=1
  WHERE (
    ("repository".owner_id=2 AND "repository".is_private=0)
        OR team_repo.team_id IN (1)
        )
        GROUP BY "repository".id ORDER BY updated_unix DESC

when the order by term (updated_unix) is not included in the group by
term.
2017-10-05 21:08:40 +03:00
..
2017-07-27 12:23:38 +03:00
2017-08-28 19:16:25 +02:00
2017-01-09 21:49:51 +01:00
2017-05-26 09:38:18 +08:00
2017-05-04 13:54:56 +08:00
2017-07-06 21:30:19 +08:00
2017-06-12 10:01:09 -05:00
2017-01-03 10:52:09 +08:00
2017-02-22 17:10:45 -05:00
2017-06-09 09:51:31 +08:00
2017-04-01 10:05:58 -03:00
2017-04-01 09:58:20 -03:00
2017-06-28 13:43:28 +08:00
2017-03-22 22:30:40 +08:00
2017-07-06 21:30:19 +08:00
2017-07-01 14:08:43 +03:00
2017-04-21 19:32:31 +08:00
2017-01-05 08:50:34 +08:00
2017-05-29 02:17:15 -05:00
2017-05-30 04:32:01 -05:00