• Joined on 2021-09-10
bzssm opened issue xorm/xorm#2050 2021-09-17 10:08:50 +00:00
ping支持单独的日志开关
bzssm commented on issue xorm/xorm#2044 2021-09-13 03:07:44 +00:00
Join查询时,条件设置不对

Even i used correct order, it still works wrong.

	var tp struct {
		Project  `xorm:"extends"`
		Tenane   `xorm:"extends"`
	}
	tp.Tenant.Model.ID = "asd"
	exists, err :=
bzssm commented on issue xorm/xorm#2044 2021-09-10 10:53:27 +00:00
Join查询时,条件设置不对

另外,如果查询到结果,那结构体里面的值也是乱套的。。

bzssm opened issue xorm/xorm#2044 2021-09-10 10:31:51 +00:00
Join查询时,条件设置不对