Fix session insert interface slice commit panic(#2259) #2260
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "Abei1uo/xorm:master"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Fix session insert interface slice commit panic(#2259)
-- TestInsertMulti2InterfaceTransaction is the test case
@ -188,0 +188,4 @@
func TestInsertMulti2InterfaceTransaction(t *testing.T) {
type User struct {
Please use a special struct name so that gob will not be conflicted.
ok, i will change this struct name,thanks