Files
gitea/models
btrepp 302fa42980 Removes reliance on server specific SQL (#393)
Breaks the retrieval of repositories into two queries
This fetches the paged ids in one go, then the
actual repository information in a second query

Some databases do not support SELECT with *
when group by is used.
2017-01-14 22:32:36 +08:00
..
2017-01-09 21:49:51 +01:00
2017-01-05 08:57:54 +08:00
2017-01-09 21:49:51 +01:00
2017-01-09 21:49:51 +01:00
2017-01-05 08:50:34 +08:00
2016-12-30 20:41:10 +01:00
2017-01-05 08:50:34 +08:00
2017-01-03 10:52:09 +08:00
2017-01-05 08:50:34 +08:00
2017-01-05 08:50:34 +08:00
2017-01-05 08:50:34 +08:00
2017-01-14 10:07:04 +08:00
2017-01-05 08:50:34 +08:00
2017-01-06 15:05:09 +08:00
2017-01-05 08:50:34 +08:00
2017-01-05 08:50:34 +08:00
2017-01-14 10:14:48 +08:00