- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestUpdatesTableWithIgnoredValues (0.14 sec)
-
tests/update_test.go
var result User DB.First(&result, user.ID) if result.Name != user.Name || result.Age != 100 { t.Errorf("user's name should not be updated") } } func TestUpdatesTableWithIgnoredValues(t *testing.T) { type ElementWithIgnoredField struct { Id int64 Value string IgnoredField int64 `gorm:"-"` } DB.Migrator().DropTable(&ElementWithIgnoredField{})
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Mon Dec 04 03:50:58 UTC 2023 - 30.3K bytes - Viewed (0)