- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestCreateFromMapWithTable (0.32 sec)
-
tests/create_test.go
t.Fatalf("failed to create from map, got error %v", err) } if int64(result.ID) != v.(int64) { t.Fatal("failed to create data from map with table, @id != id") } } } func TestCreateFromMapWithTable(t *testing.T) { tableDB := DB.Table("users") supportLastInsertID := isMysql() || isSqlite() // case 1: create from map[string]interface{}
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Mon Jul 21 09:55:20 UTC 2025 - 26.8K bytes - Viewed (0)