- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestManyToManyWithCustomizedForeignKeys (0.29 sec)
-
tests/multi_primary_keys_test.go
} // Clear DB.Model(&blog).Association("Tags").Clear() if DB.Model(&blog).Association("Tags").Count() != 0 { t.Fatalf("All tags should be cleared") } } func TestManyToManyWithCustomizedForeignKeys(t *testing.T) { if name := DB.Dialector.Name(); name == "sqlite" || name == "sqlserver" { t.Skip("skip sqlite, sqlserver due to it doesn't support multiple primary keys with auto increment") }
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Thu Jan 06 07:02:53 UTC 2022 - 12.8K bytes - Viewed (0)