bradder555 ad24a3134d Fixes 500 error on dashboard when using MSSQL (#2504)
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-09-15 09:14:06 +03:00
..
2017-05-26 09:38:18 +08:00
2017-05-04 13:54:56 +08:00
2017-09-12 09:48:13 +03: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
2014-04-13 03:14:43 -04:00
2017-03-22 22:30:40 +08:00
2017-07-01 14:08:43 +03:00
2017-09-12 09:48:13 +03:00
2017-09-12 09:48:13 +03:00
2017-05-30 04:32:01 -05:00