#2743 and #2751 fix bad SQL generated by XORM

Use hand-written SQL to do complex query
This commit is contained in:
Unknwon 2016-03-04 13:08:47 -05:00
parent f6759a731a
commit d57a2b908a
5 changed files with 17 additions and 19 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.8.54.0304"
const APP_VER = "0.8.55.0304"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())