Merge branch 'master' into ora-dialect
This commit is contained in:
commit
d9500e1dc0
@ -548,7 +548,7 @@ func TestTransactionWithBlock(t *testing.T) {
|
||||
})
|
||||
})
|
||||
|
||||
if err := DB.First(&User{}, "name = ?", "transcation").Error; err == nil {
|
||||
if err := DB.First(&User{}, "name = ?", "transcation-3").Error; err == nil {
|
||||
t.Errorf("Should not find record after panic rollback")
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user