- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TestUpdateWithDiffSchema (0.11 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tests/update_test.go
t.Errorf("Not error should happen when updating with gorm expr, but got %v", err) } if results[1].Age-results[0].Age != 100 { t.Errorf("failed to return updated age column") } } func TestUpdateWithDiffSchema(t *testing.T) { user := GetUser("update-diff-schema-1", Config{}) DB.Create(&user) type UserTemp struct { Name string }
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Mon Jul 21 02:46:58 GMT 2025 - 30.4K bytes - Click Count (0)