Echo E-c-h-o-Go
  • Shanghai China
  • Joined on 2023-02-08
E-c-h-o-Go commented on issue xorm/xorm#2217 2023-02-09 03:13:17 +00:00
XORM Session.Find接口出现data race 检测报错问题

This problem is similar to one in 2018.

https://blog.csdn.net/itfootball/article/details/84788923

But this problem has been fixed. I don't know why the bug is still there.

E-c-h-o-Go commented on issue xorm/xorm#2217 2023-02-09 01:29:04 +00:00
XORM Session.Find接口出现data race 检测报错问题

Right Bytes : [10 49 10 5 102 117 99 107 50 18 40 10 38 10 29 116 121 112 101 46 103 111 111 103 108 101 97 112 105 115 46 99 111 109 47 112 98 46 83 116 114 105 110 103 18 5 10 3 102 102 102 10…

E-c-h-o-Go commented on issue xorm/xorm#2217 2023-02-09 01:27:13 +00:00
XORM Session.Find接口出现data race 检测报错问题

How did you implement the Where function? Are there goroutines there?

conditions.Where(func(query string, args ...any) {
					sql = sql.Where(query, args...)
				})
E-c-h-o-Go opened issue xorm/xorm#2217 2023-02-08 10:05:15 +00:00
XORM Session.Find接口出现data race 检测报错问题