Chen Xi
Results
2
comments of
Chen Xi
``` func TestSession_DeleteAndCount(t *testing.T) { s := testRecordInit(t) affected, _ := s.Where("Name = ?", "Tom").Delete() count, _ := s.Count() if affected != 1 || count != 1 { t.Fatal("failed to...
> @LiRonaldo > 各位大佬,包括博主,我在写orm day7的时候报了一个错误, > [error] 2020/11/10 23:25:56 raw.go:62: driver: bad connection > [info ] 2020/11/10 23:25:56 transcation.go:26: transcation rollback > [mysql] 2020/11/10 23:25:56 packets.go:446: busy buffer > [mysql]...