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-10-01 09:18:49 +03:00
2017-07-17 10:04:43 +08:00
2017-07-12 22:35:47 -05:00
2017-08-28 19:16:25 +02:00
2017-06-21 08:57:05 +08:00
2017-10-02 23:23:41 +03:00
2017-07-06 21:30:19 +08:00
2017-06-17 18:56:40 +08:00
2017-09-20 19:30:20 +03:00
2017-07-27 09:20:38 +08:00
2017-07-27 09:20:38 +08:00
2017-08-03 13:09:16 +08:00
2017-06-25 14:15:09 +08:00
2017-06-25 14:15:09 +08:00
2017-06-23 21:43:37 +08:00
2017-06-21 08:57:05 +08:00
2017-07-27 09:20:38 +08:00
2017-06-21 08:57:05 +08:00
2017-09-20 19:30:20 +03:00
2017-06-21 08:57:05 +08:00
2017-09-20 19:30:20 +03:00
2017-06-28 13:43:28 +08:00
2017-08-03 13:09:16 +08:00
2017-08-22 14:39:52 +03:00
2017-08-01 13:47:31 +08:00
2017-08-02 11:46:54 +03:00
2017-07-06 21:30:19 +08:00
2017-10-05 21:08:40 +03:00
2017-07-01 14:08:43 +03:00
2017-09-21 01:08:22 +03:00
2017-06-21 08:57:05 +08:00
2017-08-17 15:22:08 +08:00
2017-08-23 09:30:54 +08:00
2017-08-25 10:25:37 +08:00
2017-09-21 01:08:22 +03:00
2017-07-17 10:04:43 +08:00
2017-09-21 01:08:22 +03:00
2017-09-20 19:30:20 +03:00
2017-08-03 13:09:16 +08:00
2017-07-17 10:04:43 +08:00
2017-09-21 01:08:22 +03:00
2017-06-21 08:57:05 +08:00
2017-06-21 08:57:05 +08:00
2017-08-12 22:18:44 +08:00
2017-06-21 08:57:05 +08:00