Fix session insert interface slice commit panic(#2259) #2260

Merged
lunny merged 2 commits from Abei1uo/xorm:master into master 2023-05-12 06:58:39 +00:00
Contributor

Fix session insert interface slice commit panic(#2259)
-- TestInsertMulti2InterfaceTransaction is the test case

Fix session insert interface slice commit panic(#2259) -- TestInsertMulti2InterfaceTransaction is the test case
Abei1uo added 1 commit 2023-05-10 15:56:26 +00:00
Some checks failed
continuous-integration/drone/pr Build is failing
52525b0788
Fix session insert interface slice commit panic(#2259)
lunny reviewed 2023-05-11 03:41:50 +00:00
@ -188,0 +188,4 @@
func TestInsertMulti2InterfaceTransaction(t *testing.T) {
type User struct {
Owner

Please use a special struct name so that gob will not be conflicted.

Please use a special struct name so that gob will not be conflicted.
Author
Contributor

ok, i will change this struct name,thanks

ok, i will change this struct name,thanks
lunny marked this conversation as resolved
Abei1uo added 1 commit 2023-05-11 04:04:41 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing
d1ebd82a3b
Update session insert interface slice commit test case(#2259)
lunny added the
kind
bug
label 2023-05-12 06:58:31 +00:00
lunny merged commit 23be940bad into master 2023-05-12 06:58:39 +00:00
lunny added this to the 1.3.3 milestone 2023-07-26 01:30:30 +00:00
Sign in to join this conversation.
No description provided.